mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
2002-03-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
PR 149 * src/i386/any/Makefile.am: s/$(SED)/sed/. * src/m68k/any/Makefile.am: s/$(SED)/sed/. * src/powerpc/new_exception_processing/Makefile.am: s/$(SED)/sed/. (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>)
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
2002-03-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
PR 149
|
||||
* src/i386/any/Makefile.am: s/$(SED)/sed/.
|
||||
* src/m68k/any/Makefile.am: s/$(SED)/sed/.
|
||||
* src/powerpc/new_exception_processing/Makefile.am: s/$(SED)/sed/.
|
||||
(Reported by Till Straumann <strauman@SLAC.Stanford.EDU>)
|
||||
|
||||
2002-02-01 Eric Valette <valette@crf.canon.fr>
|
||||
|
||||
|
||||
|
||||
@@ -71,7 +71,7 @@ if RPCTOOLS
|
||||
-o i386/any/tmpSvc.c remdeb.x; \
|
||||
$(AWK) -f ./awk.svc THEPROG="remdeb.h" i386/any/tmpSvc.c \
|
||||
> i386/any/remdeb_svc.c; \
|
||||
$(SED) -e 's/fprintf.*,/printf(/' i386/any/remdeb_svc.c > i386/any/remdeb_svc.tmp; \
|
||||
sed -e 's/fprintf.*,/printf(/' i386/any/remdeb_svc.c > i386/any/remdeb_svc.tmp; \
|
||||
mv i386/any/remdeb_svc.tmp i386/any/remdeb_svc.c; \
|
||||
rm -f i386/any/tmpSvc.c )
|
||||
endif
|
||||
|
||||
@@ -71,7 +71,7 @@ if RPCTOOLS
|
||||
-o m68k/any/tmpSvc.c remdeb.x; \
|
||||
$(AWK) -f ./awk.svc THEPROG="remdeb.h" m68k/any/tmpSvc.c \
|
||||
> m68k/any/remdeb_svc.c; \
|
||||
$(SED) -e 's/fprintf.*,/printf(/' m68k/any/remdeb_svc.c > m68k/any/remdeb_svc.tmp; \
|
||||
sed -e 's/fprintf.*,/printf(/' m68k/any/remdeb_svc.c > m68k/any/remdeb_svc.tmp; \
|
||||
mv m68k/any/remdeb_svc.tmp m68k/any/remdeb_svc.c; \
|
||||
rm -f m68k/any/tmpSvc.c )
|
||||
endif
|
||||
|
||||
@@ -71,7 +71,7 @@ if RPCTOOLS
|
||||
-o powerpc/new_exception_processing/tmpSvc.c remdeb.x; \
|
||||
$(AWK) -f ./awk.svc THEPROG="remdeb.h" powerpc/new_exception_processing/tmpSvc.c \
|
||||
> powerpc/new_exception_processing/remdeb_svc.c; \
|
||||
$(SED) -e 's/fprintf.*,/printf(/' powerpc/new_exception_processing/remdeb_svc.c; > powerpc/new_exception_processing/remdeb_svc.tmp; \
|
||||
sed -e 's/fprintf.*,/printf(/' powerpc/new_exception_processing/remdeb_svc.c > powerpc/new_exception_processing/remdeb_svc.tmp; \
|
||||
mv powerpc/new_exception_processing/remdeb_svc.tmp powerpc/new_exception_processing/remdeb_svc.c; \
|
||||
rm -f powerpc/new_exception_processing/tmpSvc.c )
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user