# HG changeset patch # User gthomas # Date 1082647580 0 # Node ID bc88a3357a794e2a4e595b266a3d328100ac1eb3 # Parent 477800186bef863ad855c88048a5a48c2cd3615f Update usage of 'tail' command for new (pickier) version - from Jani Monoses diff --git a/packages/hal/arm/aeb/current/ChangeLog b/packages/hal/arm/aeb/current/ChangeLog --- a/packages/hal/arm/aeb/current/ChangeLog +++ b/packages/hal/arm/aeb/current/ChangeLog @@ -1,3 +1,8 @@ +2004-04-22 Jani Monoses + + * cdl/hal_arm_aeb.cdl : + Invoke tail with stricter syntax that works in latest coreutils. + 2003-07-18 Nick Garnett * cdl/hal_arm_aeb.cdl: diff --git a/packages/hal/arm/aeb/current/cdl/hal_arm_aeb.cdl b/packages/hal/arm/aeb/current/cdl/hal_arm_aeb.cdl --- a/packages/hal/arm/aeb/current/cdl/hal_arm_aeb.cdl +++ b/packages/hal/arm/aeb/current/cdl/hal_arm_aeb.cdl @@ -226,7 +226,7 @@ cdl_package CYGPKG_HAL_ARM_AEB { # Prepare dependency file @echo $@ ": \\" > $(notdir $@).deps @echo $(wildcard $(PREFIX)/lib/*) " \\" >> $(notdir $@).deps - @tail +2 deps.tmp >> $(notdir $@).deps + @tail -n +2 deps.tmp >> $(notdir $@).deps @echo >> $(notdir $@).deps @rm deps.tmp # Then build version with checksum from previously built image. diff --git a/packages/hal/arm/arch/current/ChangeLog b/packages/hal/arm/arch/current/ChangeLog --- a/packages/hal/arm/arch/current/ChangeLog +++ b/packages/hal/arm/arch/current/ChangeLog @@ -1,3 +1,8 @@ +2004-04-22 Jani Monoses + + * cdl/hal_arm.cdl : + Invoke tail with stricter syntax that works in latest coreutils. + 2003-11-05 Roland Caßebohm * include/hal_io.h: If defined HAL_IO_MACROS_NO_ADDRESS_MUNGING diff --git a/packages/hal/arm/arch/current/cdl/hal_arm.cdl b/packages/hal/arm/arch/current/cdl/hal_arm.cdl --- a/packages/hal/arm/arch/current/cdl/hal_arm.cdl +++ b/packages/hal/arm/arch/current/cdl/hal_arm.cdl @@ -70,7 +70,7 @@ cdl_package CYGPKG_HAL_ARM { $(CC) $(CFLAGS) $(INCLUDE_PATH) -Wp,-MD,arm.tmp -o hal_mk_defs.tmp -S $< fgrep .equ hal_mk_defs.tmp | sed s/#// > $@ @echo $@ ": \\" > $(notdir $@).deps - @tail +2 arm.tmp >> $(notdir $@).deps + @tail -n +2 arm.tmp >> $(notdir $@).deps @echo >> $(notdir $@).deps @rm arm.tmp hal_mk_defs.tmp } @@ -79,7 +79,7 @@ cdl_package CYGPKG_HAL_ARM { /lib/vectors.o : /src/vectors.S $(CC) -Wp,-MD,vectors.tmp $(INCLUDE_PATH) $(CFLAGS) -c -o $@ $< @echo $@ ": \\" > $(notdir $@).deps - @tail +2 vectors.tmp >> $(notdir $@).deps + @tail -n +2 vectors.tmp >> $(notdir $@).deps @echo >> $(notdir $@).deps @rm vectors.tmp } @@ -88,7 +88,7 @@ cdl_package CYGPKG_HAL_ARM { /lib/target.ld: /src/arm.ld $(CC) -E -P -Wp,-MD,target.tmp -xc $(INCLUDE_PATH) $(CFLAGS) -o $@ $< @echo $@ ": \\" > $(notdir $@).deps - @tail +2 target.tmp >> $(notdir $@).deps + @tail -n +2 target.tmp >> $(notdir $@).deps @echo >> $(notdir $@).deps @rm target.tmp } diff --git a/packages/hal/arm/e7t/current/ChangeLog b/packages/hal/arm/e7t/current/ChangeLog --- a/packages/hal/arm/e7t/current/ChangeLog +++ b/packages/hal/arm/e7t/current/ChangeLog @@ -1,3 +1,8 @@ +2004-04-22 Jani Monoses + + * cdl/hal_arm_e7t.cdl : + Invoke tail with stricter syntax that works in latest coreutils. + 2003-12-05 Andrew Lunn * include/hal_diag.h: hal_delay_us is a C function. diff --git a/packages/hal/arm/e7t/current/cdl/hal_arm_e7t.cdl b/packages/hal/arm/e7t/current/cdl/hal_arm_e7t.cdl --- a/packages/hal/arm/e7t/current/cdl/hal_arm_e7t.cdl +++ b/packages/hal/arm/e7t/current/cdl/hal_arm_e7t.cdl @@ -285,7 +285,7 @@ cdl_package CYGPKG_HAL_ARM_E7T { # Prepare dependency file @echo $@ ": \\" > $(notdir $@).deps @echo $(wildcard $(PREFIX)/lib/*) " \\" >> $(notdir $@).deps - @tail +2 deps.tmp >> $(notdir $@).deps + @tail -n +2 deps.tmp >> $(notdir $@).deps @echo >> $(notdir $@).deps @rm deps.tmp # Then build version with checksum from previously built image. diff --git a/packages/hal/arm/edb7xxx/current/ChangeLog b/packages/hal/arm/edb7xxx/current/ChangeLog --- a/packages/hal/arm/edb7xxx/current/ChangeLog +++ b/packages/hal/arm/edb7xxx/current/ChangeLog @@ -1,3 +1,8 @@ +2004-04-22 Jani Monoses + + * cdl/hal_arm_edb7xxx.cdl : + Invoke tail with stricter syntax that works in latest coreutils. + 2003-12-05 Andrew Lunn * include/hal_diag.h: hal_delay_us() is a C function. diff --git a/packages/hal/arm/edb7xxx/current/cdl/hal_arm_edb7xxx.cdl b/packages/hal/arm/edb7xxx/current/cdl/hal_arm_edb7xxx.cdl --- a/packages/hal/arm/edb7xxx/current/cdl/hal_arm_edb7xxx.cdl +++ b/packages/hal/arm/edb7xxx/current/cdl/hal_arm_edb7xxx.cdl @@ -393,7 +393,7 @@ CL-PS7111 and EP7xxx based development b $(CC) -c $(INCLUDE_PATH) -Wp,-MD,deps.tmp -I$(dir $<) $(CFLAGS) -o misc/prog_flash.o $< @echo $@ ": \\" > $(notdir $@).deps @echo $(wildcard $(PREFIX)/lib/*) " \\" >> $(notdir $@).deps - @tail +2 deps.tmp >> $(notdir $@).deps + @tail -n +2 deps.tmp >> $(notdir $@).deps @echo >> $(notdir $@).deps @rm deps.tmp $(CC) $(LDFLAGS) -L$(PREFIX)/lib -Ttarget.ld -o $@ misc/prog_flash.o @@ -417,7 +417,7 @@ CL-PS7111 and EP7xxx based development b $(CC) -c $(INCLUDE_PATH) -Wp,-MD,deps.tmp -I$(dir $<) $(CFLAGS) -o misc/lcd_test.o $< @echo $@ ": \\" > $(notdir $@).deps @echo $(wildcard $(PREFIX)/lib/*) " \\" >> $(notdir $@).deps - @tail +2 deps.tmp >> $(notdir $@).deps + @tail -n +2 deps.tmp >> $(notdir $@).deps @echo >> $(notdir $@).deps @rm deps.tmp $(CC) $(LDFLAGS) -L$(PREFIX)/lib -Ttarget.ld -o $@ misc/lcd_test.o @@ -429,7 +429,7 @@ CL-PS7111 and EP7xxx based development b $(CC) -c $(INCLUDE_PATH) -Wp,-MD,deps.tmp -I$(dir $<) $(CFLAGS) -o misc/panel_test.o $< @echo $@ ": \\" > $(notdir $@).deps @echo $(wildcard $(PREFIX)/lib/*) " \\" >> $(notdir $@).deps - @tail +2 deps.tmp >> $(notdir $@).deps + @tail -n +2 deps.tmp >> $(notdir $@).deps @echo >> $(notdir $@).deps @rm deps.tmp $(CC) $(LDFLAGS) -L$(PREFIX)/lib -Ttarget.ld -o $@ misc/panel_test.o @@ -441,7 +441,7 @@ CL-PS7111 and EP7xxx based development b $(CC) -c $(INCLUDE_PATH) -Wp,-MD,deps.tmp -I$(dir $<) $(CFLAGS) -o misc/kbd_test.o $< @echo $@ ": \\" > $(notdir $@).deps @echo $(wildcard $(PREFIX)/lib/*) " \\" >> $(notdir $@).deps - @tail +2 deps.tmp >> $(notdir $@).deps + @tail -n +2 deps.tmp >> $(notdir $@).deps @echo >> $(notdir $@).deps @rm deps.tmp $(CC) $(LDFLAGS) -L$(PREFIX)/lib -Ttarget.ld -o $@ misc/kbd_test.o @@ -453,7 +453,7 @@ CL-PS7111 and EP7xxx based development b $(CC) -c $(INCLUDE_PATH) -Wp,-MD,deps.tmp -I$(dir $<) $(CFLAGS) -o misc/i2s_audio_test.o $< @echo $@ ": \\" > $(notdir $@).deps @echo $(wildcard $(PREFIX)/lib/*) " \\" >> $(notdir $@).deps - @tail +2 deps.tmp >> $(notdir $@).deps + @tail -n +2 deps.tmp >> $(notdir $@).deps @echo >> $(notdir $@).deps # warning: no proper deps here $(CC) -c $(INCLUDE_PATH) -I$(dir $<) $(CFLAGS) -o misc/i2s_audio_fiq.o $(REPOSITORY)/$(PACKAGE)/misc/i2s_audio_fiq.S diff --git a/packages/hal/arm/gps4020/current/ChangeLog b/packages/hal/arm/gps4020/current/ChangeLog --- a/packages/hal/arm/gps4020/current/ChangeLog +++ b/packages/hal/arm/gps4020/current/ChangeLog @@ -1,3 +1,8 @@ +2004-04-22 Jani Monoses + + * cdl/hal_arm_gps4020.cdl : + Invoke tail with stricter syntax that works in latest coreutils. + 2003-12-05 Andrew Lunn * include/hal_diag.h: hal_delay_us() is a C function. diff --git a/packages/hal/arm/gps4020/current/cdl/hal_arm_gps4020.cdl b/packages/hal/arm/gps4020/current/cdl/hal_arm_gps4020.cdl --- a/packages/hal/arm/gps4020/current/cdl/hal_arm_gps4020.cdl +++ b/packages/hal/arm/gps4020/current/cdl/hal_arm_gps4020.cdl @@ -215,7 +215,7 @@ cdl_package CYGPKG_HAL_ARM_GPS4020 { # Prepare dependency file @echo $@ ": \\" > $(notdir $@).deps @echo $(wildcard $(PREFIX)/lib/*) " \\" >> $(notdir $@).deps - @tail +2 deps.tmp >> $(notdir $@).deps + @tail -n +2 deps.tmp >> $(notdir $@).deps @echo >> $(notdir $@).deps @rm deps.tmp # Then build version with checksum from previously built image. diff --git a/packages/hal/arm/integrator/current/ChangeLog b/packages/hal/arm/integrator/current/ChangeLog --- a/packages/hal/arm/integrator/current/ChangeLog +++ b/packages/hal/arm/integrator/current/ChangeLog @@ -1,3 +1,8 @@ +2004-04-22 Jani Monoses + + * cdl/hal_arm_integrator.cdl : + Invoke tail with stricter syntax that works in latest coreutils. + 2003-12-05 Andrew Lunn * include/hal_platform_ints.h: hal_delay_us() is a C function. diff --git a/packages/hal/arm/integrator/current/cdl/hal_arm_integrator.cdl b/packages/hal/arm/integrator/current/cdl/hal_arm_integrator.cdl --- a/packages/hal/arm/integrator/current/cdl/hal_arm_integrator.cdl +++ b/packages/hal/arm/integrator/current/cdl/hal_arm_integrator.cdl @@ -293,7 +293,7 @@ cdl_package CYGPKG_HAL_ARM_INTEGRATOR { $(CC) -c $(INCLUDE_PATH) -Wp,-MD,deps.tmp -I$(dir $<) $(CFLAGS) -o src/prog_flash.o $< @echo $@ ": \\" > $(notdir $@).deps @echo $(wildcard $(PREFIX)/lib/*) " \\" >> $(notdir $@).deps - @tail +2 deps.tmp >> $(notdir $@).deps + @tail -n +2 deps.tmp >> $(notdir $@).deps @echo >> $(notdir $@).deps @rm deps.tmp $(CC) $(LDFLAGS) -L$(PREFIX)/lib -Ttarget.ld -o $@ src/prog_flash.o @@ -319,7 +319,7 @@ cdl_package CYGPKG_HAL_ARM_INTEGRATOR { $(CC) -DBE_IMAGE -c $(INCLUDE_PATH) -Wp,-MD,deps.tmp -I$(dir $<) $(CFLAGS) -o src/prog_flash_be.o $< @echo $@ ": \\" > $(notdir $@).deps @echo $(wildcard $(PREFIX)/lib/*) " \\" >> $(notdir $@).deps - @tail +2 deps.tmp >> $(notdir $@).deps + @tail -n +2 deps.tmp >> $(notdir $@).deps @echo >> $(notdir $@).deps @rm deps.tmp $(CC) $(LDFLAGS) -L$(PREFIX)/lib -Ttarget.ld -o $@ src/prog_flash_be.o diff --git a/packages/hal/arm/pid/current/ChangeLog b/packages/hal/arm/pid/current/ChangeLog --- a/packages/hal/arm/pid/current/ChangeLog +++ b/packages/hal/arm/pid/current/ChangeLog @@ -1,3 +1,8 @@ +2004-04-22 Jani Monoses + + * cdl/hal_arm_pid.cdl : + Invoke tail with stricter syntax that works in latest coreutils. + 2003-12-05 Andrew Lunn * include/hal_diag.h: hal_delay_us() is a C function. diff --git a/packages/hal/arm/pid/current/cdl/hal_arm_pid.cdl b/packages/hal/arm/pid/current/cdl/hal_arm_pid.cdl --- a/packages/hal/arm/pid/current/cdl/hal_arm_pid.cdl +++ b/packages/hal/arm/pid/current/cdl/hal_arm_pid.cdl @@ -293,7 +293,7 @@ cdl_package CYGPKG_HAL_ARM_PID { $(CC) -c $(INCLUDE_PATH) -Wp,-MD,deps.tmp -I$(dir $<) $(CFLAGS) -o src/prog_flash.o $< @echo $@ ": \\" > $(notdir $@).deps @echo $(wildcard $(PREFIX)/lib/*) " \\" >> $(notdir $@).deps - @tail +2 deps.tmp >> $(notdir $@).deps + @tail -n +2 deps.tmp >> $(notdir $@).deps @echo >> $(notdir $@).deps @rm deps.tmp $(CC) $(LDFLAGS) -L$(PREFIX)/lib -Ttarget.ld -o $@ src/prog_flash.o @@ -319,7 +319,7 @@ cdl_package CYGPKG_HAL_ARM_PID { $(CC) -DBE_IMAGE -c $(INCLUDE_PATH) -Wp,-MD,deps.tmp -I$(dir $<) $(CFLAGS) -o src/prog_flash_be.o $< @echo $@ ": \\" > $(notdir $@).deps @echo $(wildcard $(PREFIX)/lib/*) " \\" >> $(notdir $@).deps - @tail +2 deps.tmp >> $(notdir $@).deps + @tail -n +2 deps.tmp >> $(notdir $@).deps @echo >> $(notdir $@).deps @rm deps.tmp $(CC) $(LDFLAGS) -L$(PREFIX)/lib -Ttarget.ld -o $@ src/prog_flash_be.o diff --git a/packages/hal/calmrisc16/arch/current/ChangeLog b/packages/hal/calmrisc16/arch/current/ChangeLog --- a/packages/hal/calmrisc16/arch/current/ChangeLog +++ b/packages/hal/calmrisc16/arch/current/ChangeLog @@ -1,3 +1,8 @@ +2004-04-22 Jani Monoses + + * cdl/hal_calm16.cdl : + Invoke tail with stricter syntax that works in latest coreutils. + 2003-12-08 Gary Thomas * src/hal_misc.c: Only declare __mem_fault_handler if GDB stubs diff --git a/packages/hal/calmrisc16/arch/current/cdl/hal_calm16.cdl b/packages/hal/calmrisc16/arch/current/cdl/hal_calm16.cdl --- a/packages/hal/calmrisc16/arch/current/cdl/hal_calm16.cdl +++ b/packages/hal/calmrisc16/arch/current/cdl/hal_calm16.cdl @@ -72,7 +72,7 @@ cdl_package CYGPKG_HAL_CALM16 { /lib/vectors.o : /src/vectors.S $(CC) -Wp,-MD,vectors.tmp $(INCLUDE_PATH) $(CFLAGS) -c -o $@ $< @echo $@ ": \\" > $(notdir $@).deps - @tail +2 vectors.tmp >> $(notdir $@).deps + @tail -n +2 vectors.tmp >> $(notdir $@).deps @echo >> $(notdir $@).deps @rm vectors.tmp } diff --git a/packages/hal/calmrisc16/core/current/ChangeLog b/packages/hal/calmrisc16/core/current/ChangeLog --- a/packages/hal/calmrisc16/core/current/ChangeLog +++ b/packages/hal/calmrisc16/core/current/ChangeLog @@ -1,3 +1,8 @@ +2004-04-22 Jani Monoses + + * cdl/hal_calm16_core.cdl : + Invoke tail with stricter syntax that works in latest coreutils. + 2003-04-10 Nick Garnett * src/calm16_core.ld: diff --git a/packages/hal/calmrisc16/core/current/cdl/hal_calm16_core.cdl b/packages/hal/calmrisc16/core/current/cdl/hal_calm16_core.cdl --- a/packages/hal/calmrisc16/core/current/cdl/hal_calm16_core.cdl +++ b/packages/hal/calmrisc16/core/current/cdl/hal_calm16_core.cdl @@ -71,7 +71,7 @@ cdl_package CYGPKG_HAL_CALM16_CORE { /lib/target.ld: /src/calm16_core.ld $(CC) -E -P -Wp,-MD,target.tmp -DEXTRAS=1 -xc $(INCLUDE_PATH) $(CFLAGS) -o $@ $< @echo $@ ": \\" > $(notdir $@).deps - @tail +2 target.tmp >> $(notdir $@).deps + @tail -n +2 target.tmp >> $(notdir $@).deps @echo >> $(notdir $@).deps @rm target.tmp } diff --git a/packages/hal/calmrisc32/arch/current/ChangeLog b/packages/hal/calmrisc32/arch/current/ChangeLog --- a/packages/hal/calmrisc32/arch/current/ChangeLog +++ b/packages/hal/calmrisc32/arch/current/ChangeLog @@ -1,3 +1,8 @@ +2004-04-22 Jani Monoses + + * cdl/hal_calm32.cdl : + Invoke tail with stricter syntax that works in latest coreutils. + 2003-12-08 Gary Thomas * src/hal_misc.c: Only declare __mem_fault_handler if GDB stubs diff --git a/packages/hal/calmrisc32/arch/current/cdl/hal_calm32.cdl b/packages/hal/calmrisc32/arch/current/cdl/hal_calm32.cdl --- a/packages/hal/calmrisc32/arch/current/cdl/hal_calm32.cdl +++ b/packages/hal/calmrisc32/arch/current/cdl/hal_calm32.cdl @@ -72,7 +72,7 @@ cdl_package CYGPKG_HAL_CALM32 { /lib/vectors.o : /src/vectors.S $(CC) -Wp,-MD,vectors.tmp $(INCLUDE_PATH) $(CFLAGS) -c -o $@ $< @echo $@ ": \\" > $(notdir $@).deps - @tail +2 vectors.tmp >> $(notdir $@).deps + @tail -n +2 vectors.tmp >> $(notdir $@).deps @echo >> $(notdir $@).deps @rm vectors.tmp } diff --git a/packages/hal/calmrisc32/core/current/ChangeLog b/packages/hal/calmrisc32/core/current/ChangeLog --- a/packages/hal/calmrisc32/core/current/ChangeLog +++ b/packages/hal/calmrisc32/core/current/ChangeLog @@ -1,3 +1,8 @@ +2004-04-22 Jani Monoses + + * cdl/hal_calm32_core.cdl : + Invoke tail with stricter syntax that works in latest coreutils. + 2003-04-10 Nick Garnett * src/calm32_core.ld: diff --git a/packages/hal/calmrisc32/core/current/cdl/hal_calm32_core.cdl b/packages/hal/calmrisc32/core/current/cdl/hal_calm32_core.cdl --- a/packages/hal/calmrisc32/core/current/cdl/hal_calm32_core.cdl +++ b/packages/hal/calmrisc32/core/current/cdl/hal_calm32_core.cdl @@ -71,7 +71,7 @@ cdl_package CYGPKG_HAL_CALM32_CORE { /lib/target.ld: /src/calm32_core.ld $(CC) -E -P -Wp,-MD,target.tmp -DEXTRAS=1 -xc $(INCLUDE_PATH) $(CFLAGS) -o $@ $< @echo $@ ": \\" > $(notdir $@).deps - @tail +2 target.tmp >> $(notdir $@).deps + @tail -n +2 target.tmp >> $(notdir $@).deps @echo >> $(notdir $@).deps @rm target.tmp } diff --git a/packages/hal/common/current/ChangeLog b/packages/hal/common/current/ChangeLog --- a/packages/hal/common/current/ChangeLog +++ b/packages/hal/common/current/ChangeLog @@ -1,3 +1,8 @@ +2004-04-22 Jani Monoses + + * cdl/hal.cdl : + Invoke tail with stricter syntax that works in latest coreutils. + 2004-02-23 Jonathan Larmour * cdl/debugging.cdl (CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS): Included diff --git a/packages/hal/common/current/cdl/hal.cdl b/packages/hal/common/current/cdl/hal.cdl --- a/packages/hal/common/current/cdl/hal.cdl +++ b/packages/hal/common/current/cdl/hal.cdl @@ -387,7 +387,7 @@ cdl_package CYGPKG_HAL { $(CC) -c $(INCLUDE_PATH) -Wp,-MD,deps.tmp -I$(dir $<) $(CFLAGS) -o src/stubrom/gdb_module.o $< @echo $@ ": \\" > $(notdir $@).deps @echo $(wildcard $(PREFIX)/lib/*) " \\" >> $(notdir $@).deps - @tail +2 deps.tmp >> $(notdir $@).deps + @tail -n +2 deps.tmp >> $(notdir $@).deps @echo >> $(notdir $@).deps @rm deps.tmp $(CC) $(LDFLAGS) -L$(PREFIX)/lib -Ttarget.ld -o $@ src/stubrom/gdb_module.o diff --git a/packages/hal/frv/arch/current/ChangeLog b/packages/hal/frv/arch/current/ChangeLog --- a/packages/hal/frv/arch/current/ChangeLog +++ b/packages/hal/frv/arch/current/ChangeLog @@ -1,3 +1,8 @@ +2004-04-22 Jani Monoses + + * cdl/hal_frv.cdl : + Invoke tail with stricter syntax that works in latest coreutils. + 2003-04-10 Nick Garnett * src/frv.ld: diff --git a/packages/hal/frv/arch/current/cdl/hal_frv.cdl b/packages/hal/frv/arch/current/cdl/hal_frv.cdl --- a/packages/hal/frv/arch/current/cdl/hal_frv.cdl +++ b/packages/hal/frv/arch/current/cdl/hal_frv.cdl @@ -68,7 +68,7 @@ cdl_package CYGPKG_HAL_FRV { $(CC) $(CFLAGS) $(INCLUDE_PATH) -Wp,-MD,frv.tmp -o hal_mk_defs.tmp -S $< fgrep .equ hal_mk_defs.tmp | sed s/#// | sed s/\\.equ/#define/ > $@ @echo $@ ": \\" > $(notdir $@).deps - @tail +2 frv.tmp >> $(notdir $@).deps + @tail -n +2 frv.tmp >> $(notdir $@).deps @echo >> $(notdir $@).deps @rm frv.tmp hal_mk_defs.tmp } @@ -77,7 +77,7 @@ cdl_package CYGPKG_HAL_FRV { /lib/vectors.o : /src/vectors.S $(CC) -Wp,-MD,vectors.tmp $(INCLUDE_PATH) $(CFLAGS) -c -o $@ $< @echo $@ ": \\" > $(notdir $@).deps - @tail +2 vectors.tmp >> $(notdir $@).deps + @tail -n +2 vectors.tmp >> $(notdir $@).deps @echo >> $(notdir $@).deps @rm vectors.tmp } @@ -86,7 +86,7 @@ cdl_package CYGPKG_HAL_FRV { /lib/target.ld: /src/frv.ld $(CC) -E -P -Wp,-MD,target.tmp -DEXTRAS=1 -xc $(INCLUDE_PATH) $(CFLAGS) -o $@ $< @echo $@ ": \\" > $(notdir $@).deps - @tail +2 target.tmp >> $(notdir $@).deps + @tail -n +2 target.tmp >> $(notdir $@).deps @echo >> $(notdir $@).deps @rm target.tmp } diff --git a/packages/hal/frv/frv400/current/ChangeLog b/packages/hal/frv/frv400/current/ChangeLog --- a/packages/hal/frv/frv400/current/ChangeLog +++ b/packages/hal/frv/frv400/current/ChangeLog @@ -1,3 +1,8 @@ +2004-04-22 Jani Monoses + + * cdl/hal_frv_frv400.cdl : + Invoke tail with stricter syntax that works in latest coreutils. + 2003-12-05 Andrew Lunn * include/hal_diag.h: hal_delay_us() is a C function. diff --git a/packages/hal/frv/frv400/current/cdl/hal_frv_frv400.cdl b/packages/hal/frv/frv400/current/cdl/hal_frv_frv400.cdl --- a/packages/hal/frv/frv400/current/cdl/hal_frv_frv400.cdl +++ b/packages/hal/frv/frv400/current/cdl/hal_frv_frv400.cdl @@ -258,7 +258,7 @@ cdl_package CYGPKG_HAL_FRV_FRV400 { # Prepare dependency file @echo $@ ": \\" > $(notdir $@).deps @echo $(wildcard $(PREFIX)/lib/*) " \\" >> $(notdir $@).deps - @tail +2 deps.tmp >> $(notdir $@).deps + @tail -n +2 deps.tmp >> $(notdir $@).deps @echo >> $(notdir $@).deps @rm deps.tmp # Then build version with checksum from previously built image. diff --git a/packages/hal/h8300/arch/current/ChangeLog b/packages/hal/h8300/arch/current/ChangeLog --- a/packages/hal/h8300/arch/current/ChangeLog +++ b/packages/hal/h8300/arch/current/ChangeLog @@ -1,3 +1,8 @@ +2004-04-22 Jani Monoses + + * cdl/hal_h8300.cdl : + Invoke tail with stricter syntax that works in latest coreutils. + 2004-03-18 Yoshinori Sato * src/context.S diff --git a/packages/hal/h8300/arch/current/cdl/hal_h8300.cdl b/packages/hal/h8300/arch/current/cdl/hal_h8300.cdl --- a/packages/hal/h8300/arch/current/cdl/hal_h8300.cdl +++ b/packages/hal/h8300/arch/current/cdl/hal_h8300.cdl @@ -82,7 +82,7 @@ cdl_package CYGPKG_HAL_H8300 { /lib/vectors.o : /src/vectors.S $(CC) -Wp,-MD,vectors.tmp $(INCLUDE_PATH) $(CFLAGS) -c -o $@ $< @echo $@ ": \\" > $(notdir $@).deps - @tail +2 vectors.tmp >> $(notdir $@).deps + @tail -n +2 vectors.tmp >> $(notdir $@).deps @echo >> $(notdir $@).deps @rm vectors.tmp } diff --git a/packages/hal/h8300/h8300h/current/ChangeLog b/packages/hal/h8300/h8300h/current/ChangeLog --- a/packages/hal/h8300/h8300h/current/ChangeLog +++ b/packages/hal/h8300/h8300h/current/ChangeLog @@ -1,3 +1,8 @@ +2004-04-22 Jani Monoses + + * cdl/hal_h8300_h8300h.cdl : + Invoke tail with stricter syntax that works in latest coreutils. + 2003-03-17 Yoshinori Sato * src/h8300h_stub.c diff --git a/packages/hal/h8300/h8300h/current/cdl/hal_h8300_h8300h.cdl b/packages/hal/h8300/h8300h/current/cdl/hal_h8300_h8300h.cdl --- a/packages/hal/h8300/h8300h/current/cdl/hal_h8300_h8300h.cdl +++ b/packages/hal/h8300/h8300h/current/cdl/hal_h8300_h8300h.cdl @@ -72,7 +72,7 @@ cdl_package CYGPKG_HAL_H8300_H8300H { /lib/target.ld: /src/h8300_h8300h.ld $(CC) -E -P -Wp,-MD,target.tmp -DEXTRAS=1 -xc $(INCLUDE_PATH) $(CFLAGS) -o $@ $< @echo $@ ": \\" > $(notdir $@).deps - @tail +2 target.tmp >> $(notdir $@).deps + @tail -n +2 target.tmp >> $(notdir $@).deps @echo >> $(notdir $@).deps @rm target.tmp } diff --git a/packages/hal/h8300/h8s/current/ChangeLog b/packages/hal/h8300/h8s/current/ChangeLog --- a/packages/hal/h8300/h8s/current/ChangeLog +++ b/packages/hal/h8300/h8s/current/ChangeLog @@ -1,3 +1,8 @@ +2004-04-22 Jani Monoses + + * cdl/hal_h8300_h8s.cdl : + Invoke tail with stricter syntax that works in latest coreutils. + 2004-03-18 Yoshinori Sato * include/variant.inc diff --git a/packages/hal/h8300/h8s/current/cdl/hal_h8300_h8s.cdl b/packages/hal/h8300/h8s/current/cdl/hal_h8300_h8s.cdl --- a/packages/hal/h8300/h8s/current/cdl/hal_h8300_h8s.cdl +++ b/packages/hal/h8300/h8s/current/cdl/hal_h8300_h8s.cdl @@ -72,7 +72,7 @@ cdl_package CYGPKG_HAL_H8300_H8S { /lib/target.ld: /src/h8300_h8s.ld $(CC) -E -P -Wp,-MD,target.tmp -DEXTRAS=1 -xc $(INCLUDE_PATH) $(CFLAGS) -o $@ $< @echo $@ ": \\" > $(notdir $@).deps - @tail +2 target.tmp >> $(notdir $@).deps + @tail -n +2 target.tmp >> $(notdir $@).deps @echo >> $(notdir $@).deps @rm target.tmp } diff --git a/packages/hal/i386/arch/current/ChangeLog b/packages/hal/i386/arch/current/ChangeLog --- a/packages/hal/i386/arch/current/ChangeLog +++ b/packages/hal/i386/arch/current/ChangeLog @@ -1,3 +1,8 @@ +2004-04-22 Jani Monoses + + * cdl/hal_i386.cdl : + Invoke tail with stricter syntax that works in latest coreutils. + 2003-12-08 Gary Thomas * src/hal_misc.c: Only declare __mem_fault_handler if GDB stubs diff --git a/packages/hal/i386/arch/current/cdl/hal_i386.cdl b/packages/hal/i386/arch/current/cdl/hal_i386.cdl --- a/packages/hal/i386/arch/current/cdl/hal_i386.cdl +++ b/packages/hal/i386/arch/current/cdl/hal_i386.cdl @@ -67,7 +67,7 @@ cdl_package CYGPKG_HAL_I386 { /lib/vectors.o : /src/vectors.S $(CC) -Wp,-MD,vectors.tmp $(INCLUDE_PATH) $(CFLAGS) -c -o $@ $< @echo $@ ": \\" > $(notdir $@).deps - @tail +2 vectors.tmp >> $(notdir $@).deps + @tail -n +2 vectors.tmp >> $(notdir $@).deps @echo >> $(notdir $@).deps @rm vectors.tmp } @@ -76,7 +76,7 @@ cdl_package CYGPKG_HAL_I386 { /lib/target.ld: /src/i386.ld $(CC) -E -P -Wp,-MD,target.tmp -DEXTRAS=1 -xc $(INCLUDE_PATH) $(CFLAGS) -o $@ $< @echo $@ ": \\" > $(notdir $@).deps - @tail +2 target.tmp >> $(notdir $@).deps + @tail -n +2 target.tmp >> $(notdir $@).deps @echo >> $(notdir $@).deps @rm target.tmp } diff --git a/packages/hal/i386/pc/current/ChangeLog b/packages/hal/i386/pc/current/ChangeLog --- a/packages/hal/i386/pc/current/ChangeLog +++ b/packages/hal/i386/pc/current/ChangeLog @@ -1,3 +1,8 @@ +2004-04-22 Jani Monoses + + * cdl/hal_i386_pc.cdl : + Invoke tail with stricter syntax that works in latest coreutils. + 2003-07-23 Nick Garnett * include/plf_intr.h: Added extern definition for hal_pc_reset(). diff --git a/packages/hal/i386/pc/current/cdl/hal_i386_pc.cdl b/packages/hal/i386/pc/current/cdl/hal_i386_pc.cdl --- a/packages/hal/i386/pc/current/cdl/hal_i386_pc.cdl +++ b/packages/hal/i386/pc/current/cdl/hal_i386_pc.cdl @@ -120,7 +120,7 @@ cdl_package CYGPKG_HAL_I386_PC { @sh -c "mkdir -p $(dir $@)" $(CC) -Wp,-MD,romboot.tmp $(INCLUDE_PATH) -nostdlib -Wl,-static -T$(PREFIX)/lib/romboot.ld -o $@ $< @echo $@ ": \\" > $(notdir $@).deps - @tail +2 romboot.tmp >> $(notdir $@).deps + @tail -n +2 romboot.tmp >> $(notdir $@).deps @echo >> $(notdir $@).deps @rm romboot.tmp } diff --git a/packages/hal/m68k/arch/current/ChangeLog b/packages/hal/m68k/arch/current/ChangeLog --- a/packages/hal/m68k/arch/current/ChangeLog +++ b/packages/hal/m68k/arch/current/ChangeLog @@ -1,3 +1,8 @@ +2004-04-22 Jani Monoses + + * cdl/hal_m68k.cdl : + Invoke tail with stricter syntax that works in latest coreutils. + //=========================================================================== //####ECOSGPLCOPYRIGHTBEGIN#### // ------------------------------------------- diff --git a/packages/hal/m68k/arch/current/cdl/hal_m68k.cdl b/packages/hal/m68k/arch/current/cdl/hal_m68k.cdl --- a/packages/hal/m68k/arch/current/cdl/hal_m68k.cdl +++ b/packages/hal/m68k/arch/current/cdl/hal_m68k.cdl @@ -62,7 +62,7 @@ cdl_package CYGPKG_HAL_M68K { /lib/target.ld: /src/m68k.ld $(CC) -E -P -Wp,-MD,target.tmp -DEXTRAS=1 -xc $(INCLUDE_PATH) $(CFLAGS) -o $@ $< @echo $@ ": \\" > $(notdir $@).deps - @tail +2 target.tmp >> $(notdir $@).deps + @tail -n +2 target.tmp >> $(notdir $@).deps @echo >> $(notdir $@).deps @rm target.tmp } diff --git a/packages/hal/m68k/mcf52xx/var/current/ChangeLog b/packages/hal/m68k/mcf52xx/var/current/ChangeLog --- a/packages/hal/m68k/mcf52xx/var/current/ChangeLog +++ b/packages/hal/m68k/mcf52xx/var/current/ChangeLog @@ -1,3 +1,8 @@ +2004-04-22 Jani Monoses + + * cdl/hal_m68k_mcf52xx.cdl : + Invoke tail with stricter syntax that works in latest coreutils. + //=========================================================================== //####ECOSGPLCOPYRIGHTBEGIN#### // ------------------------------------------- diff --git a/packages/hal/m68k/mcf52xx/var/current/cdl/hal_m68k_mcf52xx.cdl b/packages/hal/m68k/mcf52xx/var/current/cdl/hal_m68k_mcf52xx.cdl --- a/packages/hal/m68k/mcf52xx/var/current/cdl/hal_m68k_mcf52xx.cdl +++ b/packages/hal/m68k/mcf52xx/var/current/cdl/hal_m68k_mcf52xx.cdl @@ -61,7 +61,7 @@ cdl_package CYGPKG_HAL_M68K_MCF52xx { /lib/vectors.o : /src/vectors.S $(CC) -Wp,-MD,vectors.tmp $(INCLUDE_PATH) $(CFLAGS) -c -o $@ $< @echo $@ ": \\" > $(notdir $@).deps - @tail +2 vectors.tmp >> $(notdir $@).deps + @tail -n +2 vectors.tmp >> $(notdir $@).deps @echo >> $(notdir $@).deps @rm vectors.tmp } diff --git a/packages/hal/mips/arch/current/ChangeLog b/packages/hal/mips/arch/current/ChangeLog --- a/packages/hal/mips/arch/current/ChangeLog +++ b/packages/hal/mips/arch/current/ChangeLog @@ -1,3 +1,8 @@ +2004-04-22 Jani Monoses + + * cdl/hal_mips.cdl : + Invoke tail with stricter syntax that works in latest coreutils. + 2003-08-06 Andy Dyer * include/arch.inc: Changed mask for cause register interrupt bits diff --git a/packages/hal/mips/arch/current/cdl/hal_mips.cdl b/packages/hal/mips/arch/current/cdl/hal_mips.cdl --- a/packages/hal/mips/arch/current/cdl/hal_mips.cdl +++ b/packages/hal/mips/arch/current/cdl/hal_mips.cdl @@ -73,7 +73,7 @@ cdl_package CYGPKG_HAL_MIPS { /lib/vectors.o : /src/vectors.S $(CC) -Wp,-MD,vectors.tmp $(INCLUDE_PATH) $(CFLAGS) -c -o $@ $< @echo $@ ": \\" > $(notdir $@).deps - @tail +2 vectors.tmp >> $(notdir $@).deps + @tail -n +2 vectors.tmp >> $(notdir $@).deps @echo >> $(notdir $@).deps @rm vectors.tmp } diff --git a/packages/hal/mips/idt32334/current/ChangeLog b/packages/hal/mips/idt32334/current/ChangeLog --- a/packages/hal/mips/idt32334/current/ChangeLog +++ b/packages/hal/mips/idt32334/current/ChangeLog @@ -1,3 +1,8 @@ +2004-04-22 Jani Monoses + + * cdl/hal_mips_idt32334.cdl : + Invoke tail with stricter syntax that works in latest coreutils. + 2003-04-29 Tim Michals * include/variant.inc (hal_intc_translation_table): Updated. diff --git a/packages/hal/mips/idt32334/current/cdl/hal_mips_idt32334.cdl b/packages/hal/mips/idt32334/current/cdl/hal_mips_idt32334.cdl --- a/packages/hal/mips/idt32334/current/cdl/hal_mips_idt32334.cdl +++ b/packages/hal/mips/idt32334/current/cdl/hal_mips_idt32334.cdl @@ -93,7 +93,7 @@ cdl_package CYGPKG_HAL_MIPS_IDT32334 { /lib/target.ld: /src/mips_idt32334.ld $(CC) -E -P -Wp,-MD,target.tmp -DEXTRAS=1 -xc $(INCLUDE_PATH) $(CFLAGS) -o $@ $< @echo $@ ": \\" > $(notdir $@).deps - @tail +2 target.tmp >> $(notdir $@).deps + @tail -n +2 target.tmp >> $(notdir $@).deps @echo >> $(notdir $@).deps @rm target.tmp } diff --git a/packages/hal/mips/malta/current/ChangeLog b/packages/hal/mips/malta/current/ChangeLog --- a/packages/hal/mips/malta/current/ChangeLog +++ b/packages/hal/mips/malta/current/ChangeLog @@ -1,3 +1,8 @@ +2004-04-22 Jani Monoses + + * cdl/hal_mips_malta.cdl : + Invoke tail with stricter syntax that works in latest coreutils. + 2004-01-14 Nick Garnett * src/plf_misc.c (hal_platform_init): Changed capitalization of diff --git a/packages/hal/mips/malta/current/cdl/hal_mips_malta.cdl b/packages/hal/mips/malta/current/cdl/hal_mips_malta.cdl --- a/packages/hal/mips/malta/current/cdl/hal_mips_malta.cdl +++ b/packages/hal/mips/malta/current/cdl/hal_mips_malta.cdl @@ -126,7 +126,7 @@ cdl_package CYGPKG_HAL_MIPS_MALTA { $(CC) $(CFLAGS) $(INCLUDE_PATH) -Wp,-MD,plf_defs.tmp -o plf_mk_defs.tmp -S $< fgrep .equ plf_mk_defs.tmp | sed s/#// > $@ @echo $@ ": \\" > $(notdir $@).deps - @tail +2 plf_defs.tmp >> $(notdir $@).deps + @tail -n +2 plf_defs.tmp >> $(notdir $@).deps @echo >> $(notdir $@).deps @rm plf_defs.tmp plf_mk_defs.tmp } diff --git a/packages/hal/mips/mips32/current/ChangeLog b/packages/hal/mips/mips32/current/ChangeLog --- a/packages/hal/mips/mips32/current/ChangeLog +++ b/packages/hal/mips/mips32/current/ChangeLog @@ -1,3 +1,8 @@ +2004-04-22 Jani Monoses + + * cdl/hal_mips_mips32.cdl : + Invoke tail with stricter syntax that works in latest coreutils. + 2003-04-10 Nick Garnett * src/mips_mips32.ld: diff --git a/packages/hal/mips/mips32/current/cdl/hal_mips_mips32.cdl b/packages/hal/mips/mips32/current/cdl/hal_mips_mips32.cdl --- a/packages/hal/mips/mips32/current/cdl/hal_mips_mips32.cdl +++ b/packages/hal/mips/mips32/current/cdl/hal_mips_mips32.cdl @@ -113,7 +113,7 @@ cdl_package CYGPKG_HAL_MIPS_MIPS32 { /lib/target.ld: /src/mips_mips32.ld $(CC) -E -P -Wp,-MD,target.tmp -DEXTRAS=1 -xc $(INCLUDE_PATH) $(CFLAGS) -o $@ $< @echo $@ ": \\" > $(notdir $@).deps - @tail +2 target.tmp >> $(notdir $@).deps + @tail -n +2 target.tmp >> $(notdir $@).deps @echo >> $(notdir $@).deps @rm target.tmp } diff --git a/packages/hal/mips/mips64/current/ChangeLog b/packages/hal/mips/mips64/current/ChangeLog --- a/packages/hal/mips/mips64/current/ChangeLog +++ b/packages/hal/mips/mips64/current/ChangeLog @@ -1,3 +1,8 @@ +2004-04-22 Jani Monoses + + * cdl/hal_mips_mips64.cdl : + Invoke tail with stricter syntax that works in latest coreutils. + 2003-04-10 Nick Garnett * src/mips_mips64.ld: diff --git a/packages/hal/mips/mips64/current/cdl/hal_mips_mips64.cdl b/packages/hal/mips/mips64/current/cdl/hal_mips_mips64.cdl --- a/packages/hal/mips/mips64/current/cdl/hal_mips_mips64.cdl +++ b/packages/hal/mips/mips64/current/cdl/hal_mips_mips64.cdl @@ -106,7 +106,7 @@ cdl_package CYGPKG_HAL_MIPS_MIPS64 { /lib/target.ld: /src/mips_mips64.ld $(CC) -E -P -Wp,-MD,target.tmp -DEXTRAS=1 -xc $(INCLUDE_PATH) $(CFLAGS) -o $@ $< @echo $@ ": \\" > $(notdir $@).deps - @tail +2 target.tmp >> $(notdir $@).deps + @tail -n +2 target.tmp >> $(notdir $@).deps @echo >> $(notdir $@).deps @rm target.tmp } diff --git a/packages/hal/mips/ref4955/current/ChangeLog b/packages/hal/mips/ref4955/current/ChangeLog --- a/packages/hal/mips/ref4955/current/ChangeLog +++ b/packages/hal/mips/ref4955/current/ChangeLog @@ -1,3 +1,8 @@ +2004-04-22 Jani Monoses + + * cdl/hal_mips_tx49_ref4955.cdl : + Invoke tail with stricter syntax that works in latest coreutils. + 2003-07-18 Nick Garnett * cdl/hal_mips_tx49_ref4955.cdl: diff --git a/packages/hal/mips/ref4955/current/cdl/hal_mips_tx49_ref4955.cdl b/packages/hal/mips/ref4955/current/cdl/hal_mips_tx49_ref4955.cdl --- a/packages/hal/mips/ref4955/current/cdl/hal_mips_tx49_ref4955.cdl +++ b/packages/hal/mips/ref4955/current/cdl/hal_mips_tx49_ref4955.cdl @@ -147,7 +147,7 @@ cdl_package CYGPKG_HAL_MIPS_TX49_REF4955 $(CC) $(CFLAGS) $(INCLUDE_PATH) -Wp,-MD,plf_defs.tmp -o plf_mk_defs.tmp -S $< fgrep .equ plf_mk_defs.tmp | sed s/#// > $@ @echo $@ ": \\" > $(notdir $@).deps - @tail +2 plf_defs.tmp >> $(notdir $@).deps + @tail -n +2 plf_defs.tmp >> $(notdir $@).deps @echo >> $(notdir $@).deps @rm plf_defs.tmp plf_mk_defs.tmp } diff --git a/packages/hal/mips/rm7000/ocelot/current/ChangeLog b/packages/hal/mips/rm7000/ocelot/current/ChangeLog --- a/packages/hal/mips/rm7000/ocelot/current/ChangeLog +++ b/packages/hal/mips/rm7000/ocelot/current/ChangeLog @@ -1,3 +1,8 @@ +2004-04-22 Jani Monoses + + * cdl/hal_mips_rm7000_ocelot.cdl : + Invoke tail with stricter syntax that works in latest coreutils. + 2003-07-18 Nick Garnett * cdl/hal_mips_rm7000_ocelot.cdl: diff --git a/packages/hal/mips/rm7000/ocelot/current/cdl/hal_mips_rm7000_ocelot.cdl b/packages/hal/mips/rm7000/ocelot/current/cdl/hal_mips_rm7000_ocelot.cdl --- a/packages/hal/mips/rm7000/ocelot/current/cdl/hal_mips_rm7000_ocelot.cdl +++ b/packages/hal/mips/rm7000/ocelot/current/cdl/hal_mips_rm7000_ocelot.cdl @@ -198,7 +198,7 @@ cdl_package CYGPKG_HAL_MIPS_RM7000_OCELO $(CC) $(CFLAGS) $(INCLUDE_PATH) -Wp,-MD,plf_defs.tmp -o plf_mk_defs.tmp -S $< fgrep .equ plf_mk_defs.tmp | sed s/#// > $@ @echo $@ ": \\" > $(notdir $@).deps - @tail +2 plf_defs.tmp >> $(notdir $@).deps + @tail -n +2 plf_defs.tmp >> $(notdir $@).deps @echo >> $(notdir $@).deps @rm plf_defs.tmp plf_mk_defs.tmp } diff --git a/packages/hal/mips/rm7000/var/current/ChangeLog b/packages/hal/mips/rm7000/var/current/ChangeLog --- a/packages/hal/mips/rm7000/var/current/ChangeLog +++ b/packages/hal/mips/rm7000/var/current/ChangeLog @@ -1,3 +1,8 @@ +2004-04-22 Jani Monoses + + * cdl/hal_mips_rm7000.cdl : + Invoke tail with stricter syntax that works in latest coreutils. + 2003-04-10 Nick Garnett * src/mips_rm7000.ld: diff --git a/packages/hal/mips/rm7000/var/current/cdl/hal_mips_rm7000.cdl b/packages/hal/mips/rm7000/var/current/cdl/hal_mips_rm7000.cdl --- a/packages/hal/mips/rm7000/var/current/cdl/hal_mips_rm7000.cdl +++ b/packages/hal/mips/rm7000/var/current/cdl/hal_mips_rm7000.cdl @@ -140,7 +140,7 @@ cdl_package CYGPKG_HAL_MIPS_RM7000 { $(CC) $(CFLAGS) $(INCLUDE_PATH) -Wp,-MD,var_defs.tmp -o var_mk_defs.tmp -S $< fgrep .equ var_mk_defs.tmp | sed s/#// > $@ @echo $@ ": \\" > $(notdir $@).deps - @tail +2 var_defs.tmp >> $(notdir $@).deps + @tail -n +2 var_defs.tmp >> $(notdir $@).deps @echo >> $(notdir $@).deps @rm var_defs.tmp var_mk_defs.tmp } @@ -149,7 +149,7 @@ cdl_package CYGPKG_HAL_MIPS_RM7000 { /lib/target.ld: /src/mips_rm7000.ld $(CC) -E -P -Wp,-MD,target.tmp -DEXTRAS=1 -xc $(INCLUDE_PATH) $(CFLAGS) -o $@ $< @echo $@ ": \\" > $(notdir $@).deps - @tail +2 target.tmp >> $(notdir $@).deps + @tail -n +2 target.tmp >> $(notdir $@).deps @echo >> $(notdir $@).deps @rm target.tmp } diff --git a/packages/hal/mips/tx39/current/ChangeLog b/packages/hal/mips/tx39/current/ChangeLog --- a/packages/hal/mips/tx39/current/ChangeLog +++ b/packages/hal/mips/tx39/current/ChangeLog @@ -1,3 +1,8 @@ +2004-04-22 Jani Monoses + + * cdl/hal_mips_tx39.cdl : + Invoke tail with stricter syntax that works in latest coreutils. + 2003-04-10 Nick Garnett * src/mips_tx39.ld: diff --git a/packages/hal/mips/tx39/current/cdl/hal_mips_tx39.cdl b/packages/hal/mips/tx39/current/cdl/hal_mips_tx39.cdl --- a/packages/hal/mips/tx39/current/cdl/hal_mips_tx39.cdl +++ b/packages/hal/mips/tx39/current/cdl/hal_mips_tx39.cdl @@ -114,7 +114,7 @@ cdl_package CYGPKG_HAL_MIPS_TX39 { /lib/target.ld: /src/mips_tx39.ld $(CC) -E -P -Wp,-MD,target.tmp -DEXTRAS=1 -xc $(INCLUDE_PATH) $(CFLAGS) -o $@ $< @echo $@ ": \\" > $(notdir $@).deps - @tail +2 target.tmp >> $(notdir $@).deps + @tail -n +2 target.tmp >> $(notdir $@).deps @echo >> $(notdir $@).deps @rm target.tmp } diff --git a/packages/hal/mips/tx49/current/ChangeLog b/packages/hal/mips/tx49/current/ChangeLog --- a/packages/hal/mips/tx49/current/ChangeLog +++ b/packages/hal/mips/tx49/current/ChangeLog @@ -1,3 +1,8 @@ +2004-04-22 Jani Monoses + + * cdl/hal_mips_tx49.cdl : + Invoke tail with stricter syntax that works in latest coreutils. + 2003-08-06 Andy Dyer * src/mips_tx49.ld: diff --git a/packages/hal/mips/tx49/current/cdl/hal_mips_tx49.cdl b/packages/hal/mips/tx49/current/cdl/hal_mips_tx49.cdl --- a/packages/hal/mips/tx49/current/cdl/hal_mips_tx49.cdl +++ b/packages/hal/mips/tx49/current/cdl/hal_mips_tx49.cdl @@ -137,7 +137,7 @@ cdl_package CYGPKG_HAL_MIPS_TX49 { /lib/target.ld: /src/mips_tx49.ld $(CC) -E -P -Wp,-MD,target.tmp -DEXTRAS=1 -xc $(INCLUDE_PATH) $(CFLAGS) -o $@ $< @echo $@ ": \\" > $(notdir $@).deps - @tail +2 target.tmp >> $(notdir $@).deps + @tail -n +2 target.tmp >> $(notdir $@).deps @echo >> $(notdir $@).deps @rm target.tmp } diff --git a/packages/hal/mips/upd985xx/current/ChangeLog b/packages/hal/mips/upd985xx/current/ChangeLog --- a/packages/hal/mips/upd985xx/current/ChangeLog +++ b/packages/hal/mips/upd985xx/current/ChangeLog @@ -1,3 +1,8 @@ +2004-04-22 Jani Monoses + + * cdl/hal_mips_upd985xx.cdl : + Invoke tail with stricter syntax that works in latest coreutils. + 2003-04-10 Nick Garnett * src/hal_mips_upd985xx.ld: diff --git a/packages/hal/mips/upd985xx/current/cdl/hal_mips_upd985xx.cdl b/packages/hal/mips/upd985xx/current/cdl/hal_mips_upd985xx.cdl --- a/packages/hal/mips/upd985xx/current/cdl/hal_mips_upd985xx.cdl +++ b/packages/hal/mips/upd985xx/current/cdl/hal_mips_upd985xx.cdl @@ -213,7 +213,7 @@ cdl_package CYGPKG_HAL_MIPS_UPD985XX { /lib/target.ld: /src/hal_mips_upd985xx.ld $(CC) -E -P -Wp,-MD,target.tmp -DEXTRAS=1 -xc $(INCLUDE_PATH) $(CFLAGS) -o $@ $< @echo $@ ": \\" > $(notdir $@).deps - @tail +2 target.tmp >> $(notdir $@).deps + @tail -n +2 target.tmp >> $(notdir $@).deps @echo >> $(notdir $@).deps @rm target.tmp } diff --git a/packages/hal/mips/vr4300/current/ChangeLog b/packages/hal/mips/vr4300/current/ChangeLog --- a/packages/hal/mips/vr4300/current/ChangeLog +++ b/packages/hal/mips/vr4300/current/ChangeLog @@ -1,3 +1,8 @@ +2004-04-22 Jani Monoses + + * cdl/hal_mips_vr4300.cdl : + Invoke tail with stricter syntax that works in latest coreutils. + 2003-04-10 Nick Garnett * src/mips_vr4300.ld: diff --git a/packages/hal/mips/vr4300/current/cdl/hal_mips_vr4300.cdl b/packages/hal/mips/vr4300/current/cdl/hal_mips_vr4300.cdl --- a/packages/hal/mips/vr4300/current/cdl/hal_mips_vr4300.cdl +++ b/packages/hal/mips/vr4300/current/cdl/hal_mips_vr4300.cdl @@ -85,7 +85,7 @@ cdl_package CYGPKG_HAL_MIPS_VR4300 { /lib/target.ld: /src/mips_vr4300.ld $(CC) -E -P -Wp,-MD,target.tmp -DEXTRAS=1 -xc $(INCLUDE_PATH) $(CFLAGS) -o $@ $< @echo $@ ": \\" > $(notdir $@).deps - @tail +2 target.tmp >> $(notdir $@).deps + @tail -n +2 target.tmp >> $(notdir $@).deps @echo >> $(notdir $@).deps @rm target.tmp } diff --git a/packages/hal/mn10300/am31/current/ChangeLog b/packages/hal/mn10300/am31/current/ChangeLog --- a/packages/hal/mn10300/am31/current/ChangeLog +++ b/packages/hal/mn10300/am31/current/ChangeLog @@ -1,3 +1,8 @@ +2004-04-22 Jani Monoses + + * cdl/hal_mn10300_am31.cdl : + Invoke tail with stricter syntax that works in latest coreutils. + 2003-04-10 Nick Garnett * src/mn10300_am31.ld: diff --git a/packages/hal/mn10300/am31/current/cdl/hal_mn10300_am31.cdl b/packages/hal/mn10300/am31/current/cdl/hal_mn10300_am31.cdl --- a/packages/hal/mn10300/am31/current/cdl/hal_mn10300_am31.cdl +++ b/packages/hal/mn10300/am31/current/cdl/hal_mn10300_am31.cdl @@ -72,7 +72,7 @@ cdl_package CYGPKG_HAL_MN10300_AM31 { /lib/target.ld: /src/mn10300_am31.ld $(CC) -E -P -Wp,-MD,target.tmp -DEXTRAS=1 -xc $(INCLUDE_PATH) $(CFLAGS) -o $@ $< @echo $@ ": \\" > $(notdir $@).deps - @tail +2 target.tmp >> $(notdir $@).deps + @tail -n +2 target.tmp >> $(notdir $@).deps @echo >> $(notdir $@).deps @rm target.tmp } diff --git a/packages/hal/mn10300/am33/current/ChangeLog b/packages/hal/mn10300/am33/current/ChangeLog --- a/packages/hal/mn10300/am33/current/ChangeLog +++ b/packages/hal/mn10300/am33/current/ChangeLog @@ -1,3 +1,8 @@ +2004-04-22 Jani Monoses + + * cdl/hal_mn10300_am33.cdl : + Invoke tail with stricter syntax that works in latest coreutils. + 2003-12-05 Andrew Lunn * include/var_intr.h: hal_delay_us() is a C function. diff --git a/packages/hal/mn10300/am33/current/cdl/hal_mn10300_am33.cdl b/packages/hal/mn10300/am33/current/cdl/hal_mn10300_am33.cdl --- a/packages/hal/mn10300/am33/current/cdl/hal_mn10300_am33.cdl +++ b/packages/hal/mn10300/am33/current/cdl/hal_mn10300_am33.cdl @@ -233,7 +233,7 @@ cdl_package CYGPKG_HAL_MN10300_AM33 { /lib/target.ld: /src/mn10300_am33.ld $(CC) -E -P -Wp,-MD,target.tmp -DEXTRAS=1 -xc $(INCLUDE_PATH) $(CFLAGS) -o $@ $< @echo $@ ": \\" > $(notdir $@).deps - @tail +2 target.tmp >> $(notdir $@).deps + @tail -n +2 target.tmp >> $(notdir $@).deps @echo >> $(notdir $@).deps @rm target.tmp } diff --git a/packages/hal/mn10300/arch/current/ChangeLog b/packages/hal/mn10300/arch/current/ChangeLog --- a/packages/hal/mn10300/arch/current/ChangeLog +++ b/packages/hal/mn10300/arch/current/ChangeLog @@ -1,3 +1,8 @@ +2004-04-22 Jani Monoses + + * cdl/hal_mn10300.cdl : + Invoke tail with stricter syntax that works in latest coreutils. + 2003-12-08 Gary Thomas * src/hal_misc.c: Only declare __mem_fault_handler if GDB stubs diff --git a/packages/hal/mn10300/arch/current/cdl/hal_mn10300.cdl b/packages/hal/mn10300/arch/current/cdl/hal_mn10300.cdl --- a/packages/hal/mn10300/arch/current/cdl/hal_mn10300.cdl +++ b/packages/hal/mn10300/arch/current/cdl/hal_mn10300.cdl @@ -86,7 +86,7 @@ cdl_package CYGPKG_HAL_MN10300 { /lib/vectors.o : /src/vectors.S $(CC) -Wp,-MD,vectors.tmp $(INCLUDE_PATH) $(CFLAGS) -c -o $@ $< @echo $@ ": \\" > $(notdir $@).deps - @tail +2 vectors.tmp >> $(notdir $@).deps + @tail -n +2 vectors.tmp >> $(notdir $@).deps @echo >> $(notdir $@).deps @rm vectors.tmp } diff --git a/packages/hal/openrisc/arch/current/ChangeLog b/packages/hal/openrisc/arch/current/ChangeLog --- a/packages/hal/openrisc/arch/current/ChangeLog +++ b/packages/hal/openrisc/arch/current/ChangeLog @@ -1,3 +1,8 @@ +2004-04-22 Jani Monoses + + * cdl/hal_openrisc.cdl : + Invoke tail with stricter syntax that works in latest coreutils. + 2003-12-08 Gary Thomas * src/hal_misc.c: Only declare __mem_fault_handler if GDB stubs diff --git a/packages/hal/openrisc/arch/current/cdl/hal_openrisc.cdl b/packages/hal/openrisc/arch/current/cdl/hal_openrisc.cdl --- a/packages/hal/openrisc/arch/current/cdl/hal_openrisc.cdl +++ b/packages/hal/openrisc/arch/current/cdl/hal_openrisc.cdl @@ -72,7 +72,7 @@ cdl_package CYGPKG_HAL_OPENRISC { /lib/vectors.o : /src/vectors.S $(CC) -Wp,-MD,vectors.tmp $(INCLUDE_PATH) $(CFLAGS) -c -o $@ $< @echo $@ ": \\" > $(notdir $@).deps - @tail +2 vectors.tmp >> $(notdir $@).deps + @tail -n +2 vectors.tmp >> $(notdir $@).deps @echo >> $(notdir $@).deps @rm vectors.tmp } @@ -92,7 +92,7 @@ cdl_package CYGPKG_HAL_OPENRISC { /lib/target.ld: /src/openrisc.ld $(CC) -E -P -Wp,-MD,target.tmp -DEXTRAS=1 -xc $(INCLUDE_PATH) $(CFLAGS) -o $@ $< @echo $@ ": \\" > $(notdir $@).deps - @tail +2 target.tmp >> $(notdir $@).deps + @tail -n +2 target.tmp >> $(notdir $@).deps @echo >> $(notdir $@).deps @rm target.tmp } diff --git a/packages/hal/powerpc/arch/current/ChangeLog b/packages/hal/powerpc/arch/current/ChangeLog --- a/packages/hal/powerpc/arch/current/ChangeLog +++ b/packages/hal/powerpc/arch/current/ChangeLog @@ -1,3 +1,8 @@ +2004-04-22 Jani Monoses + + * cdl/hal_powerpc.cdl : + Invoke tail with stricter syntax that works in latest coreutils. + 2003-12-11 Gary Thomas * include/hal_intr.h: Add macros to manipulate machine check enable diff --git a/packages/hal/powerpc/arch/current/cdl/hal_powerpc.cdl b/packages/hal/powerpc/arch/current/cdl/hal_powerpc.cdl --- a/packages/hal/powerpc/arch/current/cdl/hal_powerpc.cdl +++ b/packages/hal/powerpc/arch/current/cdl/hal_powerpc.cdl @@ -77,7 +77,7 @@ cdl_package CYGPKG_HAL_POWERPC { $(CC) $(CFLAGS) $(INCLUDE_PATH) -Wp,-MD,ppc_offsets.tmp -o hal_mk_defs.tmp -S $< fgrep .equ hal_mk_defs.tmp | sed s/#// > $@ @echo $@ ": \\" > $(notdir $@).deps - @tail +2 ppc_offsets.tmp >> $(notdir $@).deps + @tail -n +2 ppc_offsets.tmp >> $(notdir $@).deps @echo >> $(notdir $@).deps @rm ppc_offsets.tmp hal_mk_defs.tmp } @@ -86,7 +86,7 @@ cdl_package CYGPKG_HAL_POWERPC { /lib/vectors.o : /src/vectors.S $(CC) -Wp,-MD,vectors.tmp $(INCLUDE_PATH) $(CFLAGS) -c -o $@ $< @echo $@ ": \\" > $(notdir $@).deps - @tail +2 vectors.tmp >> $(notdir $@).deps + @tail -n +2 vectors.tmp >> $(notdir $@).deps @echo >> $(notdir $@).deps @rm vectors.tmp } @@ -95,7 +95,7 @@ cdl_package CYGPKG_HAL_POWERPC { /lib/target.ld: /src/powerpc.ld $(CC) -E -P -Wp,-MD,target.tmp -DEXTRAS=1 -xc $(INCLUDE_PATH) $(CFLAGS) -o $@ $< @echo $@ ": \\" > $(notdir $@).deps - @tail +2 target.tmp >> $(notdir $@).deps + @tail -n +2 target.tmp >> $(notdir $@).deps @echo >> $(notdir $@).deps @rm target.tmp } diff --git a/packages/hal/powerpc/mpc5xx/current/ChangeLog b/packages/hal/powerpc/mpc5xx/current/ChangeLog --- a/packages/hal/powerpc/mpc5xx/current/ChangeLog +++ b/packages/hal/powerpc/mpc5xx/current/ChangeLog @@ -1,3 +1,8 @@ +2004-04-22 Jani Monoses + + * cdl/hal_powerpc_mpc5xx.cdl : + Invoke tail with stricter syntax that works in latest coreutils. + 2004-04-21 Gary Thomas * src/var_intr.c: diff --git a/packages/hal/powerpc/mpc5xx/current/cdl/hal_powerpc_mpc5xx.cdl b/packages/hal/powerpc/mpc5xx/current/cdl/hal_powerpc_mpc5xx.cdl --- a/packages/hal/powerpc/mpc5xx/current/cdl/hal_powerpc_mpc5xx.cdl +++ b/packages/hal/powerpc/mpc5xx/current/cdl/hal_powerpc_mpc5xx.cdl @@ -355,7 +355,7 @@ cdl_package CYGPKG_HAL_POWERPC_MPC5xx { $(CC) -c $(INCLUDE_PATH) -Wp,-MD,deps.tmp -I$(dir $<) $(CFLAGS) -o src/mpc5xxrev.o $< @echo $@ ": \\" > $(notdir $@).deps @echo $(wildcard $(PREFIX)/lib/*) " \\" >> $(notdir $@).deps - @tail +2 deps.tmp >> $(notdir $@).deps + @tail -n +2 deps.tmp >> $(notdir $@).deps @echo >> $(notdir $@).deps @rm deps.tmp $(CC) $(LDFLAGS) -L$(PREFIX)/lib -Ttarget.ld -o $@ src/mpc5xxrev.o diff --git a/packages/hal/powerpc/mpc8xx/current/ChangeLog b/packages/hal/powerpc/mpc8xx/current/ChangeLog --- a/packages/hal/powerpc/mpc8xx/current/ChangeLog +++ b/packages/hal/powerpc/mpc8xx/current/ChangeLog @@ -1,3 +1,8 @@ +2004-04-22 Jani Monoses + + * cdl/hal_powerpc_mpc8xx.cdl : + Invoke tail with stricter syntax that works in latest coreutils. + 2003-12-08 Gary Thomas * cdl/hal_powerpc_mpc8xx.cdl: Define HAL_PLATFORM_CPU, based on diff --git a/packages/hal/powerpc/mpc8xx/current/cdl/hal_powerpc_mpc8xx.cdl b/packages/hal/powerpc/mpc8xx/current/cdl/hal_powerpc_mpc8xx.cdl --- a/packages/hal/powerpc/mpc8xx/current/cdl/hal_powerpc_mpc8xx.cdl +++ b/packages/hal/powerpc/mpc8xx/current/cdl/hal_powerpc_mpc8xx.cdl @@ -200,7 +200,7 @@ cdl_package CYGPKG_HAL_POWERPC_MPC8xx { $(CC) -c $(INCLUDE_PATH) -Wp,-MD,deps.tmp -I$(dir $<) $(CFLAGS) -o src/mpc8xxrev.o $< @echo $@ ": \\" > $(notdir $@).deps @echo $(wildcard $(PREFIX)/lib/*) " \\" >> $(notdir $@).deps - @tail +2 deps.tmp >> $(notdir $@).deps + @tail -n +2 deps.tmp >> $(notdir $@).deps @echo >> $(notdir $@).deps @rm deps.tmp $(CC) $(LDFLAGS) -L$(PREFIX)/lib -Ttarget.ld -o $@ src/mpc8xxrev.o diff --git a/packages/hal/sh/arch/current/ChangeLog b/packages/hal/sh/arch/current/ChangeLog --- a/packages/hal/sh/arch/current/ChangeLog +++ b/packages/hal/sh/arch/current/ChangeLog @@ -1,3 +1,8 @@ +2004-04-22 Jani Monoses + + * cdl/hal_sh.cdl : + Invoke tail with stricter syntax that works in latest coreutils. + 2004-02-05 Kelvin Lawson * include/hal_var_bank.inc: Fix build error on non-FPU systems due to diff --git a/packages/hal/sh/arch/current/cdl/hal_sh.cdl b/packages/hal/sh/arch/current/cdl/hal_sh.cdl --- a/packages/hal/sh/arch/current/cdl/hal_sh.cdl +++ b/packages/hal/sh/arch/current/cdl/hal_sh.cdl @@ -72,7 +72,7 @@ cdl_package CYGPKG_HAL_SH { $(CC) $(CFLAGS) $(INCLUDE_PATH) -Wp,-MD,sh_offsets.tmp -o hal_mk_defs.tmp -S $< fgrep .equ hal_mk_defs.tmp | sed s/#// > $@ @echo $@ ": \\" > $(notdir $@).deps - @tail +2 sh_offsets.tmp >> $(notdir $@).deps + @tail -n +2 sh_offsets.tmp >> $(notdir $@).deps @echo >> $(notdir $@).deps @rm sh_offsets.tmp hal_mk_defs.tmp } @@ -81,7 +81,7 @@ cdl_package CYGPKG_HAL_SH { /lib/vectors.o : /src/vectors.S $(CC) -Wp,-MD,vectors.tmp $(INCLUDE_PATH) $(CFLAGS) -c -o $@ $< @echo $@ ": \\" > $(notdir $@).deps - @tail +2 vectors.tmp >> $(notdir $@).deps + @tail -n +2 vectors.tmp >> $(notdir $@).deps @echo >> $(notdir $@).deps @rm vectors.tmp } @@ -90,7 +90,7 @@ cdl_package CYGPKG_HAL_SH { /lib/target.ld: /src/sh.ld $(CC) -E -P -Wp,-MD,target.tmp -xc $(INCLUDE_PATH) $(CFLAGS) -o $@ $< @echo $@ ": \\" > $(notdir $@).deps - @tail +2 target.tmp >> $(notdir $@).deps + @tail -n +2 target.tmp >> $(notdir $@).deps @echo >> $(notdir $@).deps @rm target.tmp } diff --git a/packages/hal/sh/sh2/current/ChangeLog b/packages/hal/sh/sh2/current/ChangeLog --- a/packages/hal/sh/sh2/current/ChangeLog +++ b/packages/hal/sh/sh2/current/ChangeLog @@ -1,3 +1,8 @@ +2004-04-22 Jani Monoses + + * cdl/hal_sh_sh2.cdl : + Invoke tail with stricter syntax that works in latest coreutils. + 2002-08-06 Gary Thomas 2002-08-06 Motoya Kurotsu diff --git a/packages/hal/sh/sh2/current/cdl/hal_sh_sh2.cdl b/packages/hal/sh/sh2/current/cdl/hal_sh_sh2.cdl --- a/packages/hal/sh/sh2/current/cdl/hal_sh_sh2.cdl +++ b/packages/hal/sh/sh2/current/cdl/hal_sh_sh2.cdl @@ -78,7 +78,7 @@ cdl_package CYGPKG_HAL_SH_SH2 { $(CC) $(CFLAGS) $(INCLUDE_PATH) -Wp,-MD,sh2_offsets.tmp -o var_mk_defs.tmp -S $< fgrep .equ var_mk_defs.tmp | sed s/#// > $@ @echo $@ ": \\" > $(notdir $@).deps - @tail +2 sh2_offsets.tmp >> $(notdir $@).deps + @tail -n +2 sh2_offsets.tmp >> $(notdir $@).deps @echo >> $(notdir $@).deps @rm sh2_offsets.tmp var_mk_defs.tmp } diff --git a/packages/hal/sh/sh3/current/ChangeLog b/packages/hal/sh/sh3/current/ChangeLog --- a/packages/hal/sh/sh3/current/ChangeLog +++ b/packages/hal/sh/sh3/current/ChangeLog @@ -1,3 +1,8 @@ +2004-04-22 Jani Monoses + + * cdl/hal_sh_sh3.cdl : + Invoke tail with stricter syntax that works in latest coreutils. + 2003-04-27 Rod Campbell * include/mod_regs_cpg.h (CYGARC_REG_FRQCR_INIT_DIVIDER2): Fix diff --git a/packages/hal/sh/sh3/current/cdl/hal_sh_sh3.cdl b/packages/hal/sh/sh3/current/cdl/hal_sh_sh3.cdl --- a/packages/hal/sh/sh3/current/cdl/hal_sh_sh3.cdl +++ b/packages/hal/sh/sh3/current/cdl/hal_sh_sh3.cdl @@ -76,7 +76,7 @@ cdl_package CYGPKG_HAL_SH_SH3 { $(CC) $(CFLAGS) $(INCLUDE_PATH) -Wp,-MD,sh3_offsets.tmp -o var_mk_defs.tmp -S $< fgrep .equ var_mk_defs.tmp | sed s/#// > $@ @echo $@ ": \\" > $(notdir $@).deps - @tail +2 sh3_offsets.tmp >> $(notdir $@).deps + @tail -n +2 sh3_offsets.tmp >> $(notdir $@).deps @echo >> $(notdir $@).deps @rm sh3_offsets.tmp var_mk_defs.tmp } diff --git a/packages/hal/sh/sh4/current/ChangeLog b/packages/hal/sh/sh4/current/ChangeLog --- a/packages/hal/sh/sh4/current/ChangeLog +++ b/packages/hal/sh/sh4/current/ChangeLog @@ -1,3 +1,8 @@ +2004-04-22 Jani Monoses + + * cdl/hal_sh_sh4.cdl : + Invoke tail with stricter syntax that works in latest coreutils. + 2003-09-21 Jonathan Larmour * src/var_misc.c (hal_variant_init): Set FPSCR on startup. diff --git a/packages/hal/sh/sh4/current/cdl/hal_sh_sh4.cdl b/packages/hal/sh/sh4/current/cdl/hal_sh_sh4.cdl --- a/packages/hal/sh/sh4/current/cdl/hal_sh_sh4.cdl +++ b/packages/hal/sh/sh4/current/cdl/hal_sh_sh4.cdl @@ -80,7 +80,7 @@ cdl_package CYGPKG_HAL_SH_SH4 { $(CC) $(CFLAGS) $(INCLUDE_PATH) -Wp,-MD,sh4_offsets.tmp -o var_mk_defs.tmp -S $< fgrep .equ var_mk_defs.tmp | sed s/#// > $@ @echo $@ ": \\" > $(notdir $@).deps - @tail +2 sh4_offsets.tmp >> $(notdir $@).deps + @tail -n +2 sh4_offsets.tmp >> $(notdir $@).deps @echo >> $(notdir $@).deps @rm sh4_offsets.tmp var_mk_defs.tmp } diff --git a/packages/hal/sparc/arch/current/ChangeLog b/packages/hal/sparc/arch/current/ChangeLog --- a/packages/hal/sparc/arch/current/ChangeLog +++ b/packages/hal/sparc/arch/current/ChangeLog @@ -1,3 +1,8 @@ +2004-04-22 Jani Monoses + + * cdl/hal_sparc.cdl : + Invoke tail with stricter syntax that works in latest coreutils. + 2003-04-10 Nick Garnett * src/sparc.ld: diff --git a/packages/hal/sparc/arch/current/cdl/hal_sparc.cdl b/packages/hal/sparc/arch/current/cdl/hal_sparc.cdl --- a/packages/hal/sparc/arch/current/cdl/hal_sparc.cdl +++ b/packages/hal/sparc/arch/current/cdl/hal_sparc.cdl @@ -67,7 +67,7 @@ cdl_package CYGPKG_HAL_SPARC { /lib/vectors.o : /src/vectors.S $(CC) -Wp,-MD,vectors.tmp $(INCLUDE_PATH) $(CFLAGS) -c -o $@ $< @echo $@ ": \\" > $(notdir $@).deps - @tail +2 vectors.tmp >> $(notdir $@).deps + @tail -n +2 vectors.tmp >> $(notdir $@).deps @echo >> $(notdir $@).deps @rm vectors.tmp } @@ -76,7 +76,7 @@ cdl_package CYGPKG_HAL_SPARC { /lib/target.ld: /src/sparc.ld $(CC) -E -P -Wp,-MD,target.tmp -DEXTRAS=1 -xc $(INCLUDE_PATH) $(CFLAGS) -o $@ $< @echo $@ ": \\" > $(notdir $@).deps - @tail +2 target.tmp >> $(notdir $@).deps + @tail -n +2 target.tmp >> $(notdir $@).deps @echo >> $(notdir $@).deps @rm target.tmp } diff --git a/packages/hal/sparclite/arch/current/ChangeLog b/packages/hal/sparclite/arch/current/ChangeLog --- a/packages/hal/sparclite/arch/current/ChangeLog +++ b/packages/hal/sparclite/arch/current/ChangeLog @@ -1,3 +1,8 @@ +2004-04-22 Jani Monoses + + * cdl/hal_sparclite.cdl : + Invoke tail with stricter syntax that works in latest coreutils. + 2003-04-10 Nick Garnett * src/sparclite.ld: diff --git a/packages/hal/sparclite/arch/current/cdl/hal_sparclite.cdl b/packages/hal/sparclite/arch/current/cdl/hal_sparclite.cdl --- a/packages/hal/sparclite/arch/current/cdl/hal_sparclite.cdl +++ b/packages/hal/sparclite/arch/current/cdl/hal_sparclite.cdl @@ -67,7 +67,7 @@ cdl_package CYGPKG_HAL_SPARCLITE { /lib/vectors.o : /src/vectors.S $(CC) -Wp,-MD,vectors.tmp $(INCLUDE_PATH) $(CFLAGS) -c -o $@ $< @echo $@ ": \\" > $(notdir $@).deps - @tail +2 vectors.tmp >> $(notdir $@).deps + @tail -n +2 vectors.tmp >> $(notdir $@).deps @echo >> $(notdir $@).deps @rm vectors.tmp } @@ -76,7 +76,7 @@ cdl_package CYGPKG_HAL_SPARCLITE { /lib/target.ld: /src/sparclite.ld $(CC) -E -P -Wp,-MD,target.tmp -DEXTRAS=1 -xc $(INCLUDE_PATH) $(CFLAGS) -o $@ $< @echo $@ ": \\" > $(notdir $@).deps - @tail +2 target.tmp >> $(notdir $@).deps + @tail -n +2 target.tmp >> $(notdir $@).deps @echo >> $(notdir $@).deps @rm target.tmp } diff --git a/packages/hal/synth/arch/current/ChangeLog b/packages/hal/synth/arch/current/ChangeLog --- a/packages/hal/synth/arch/current/ChangeLog +++ b/packages/hal/synth/arch/current/ChangeLog @@ -1,3 +1,8 @@ +2004-04-22 Jani Monoses + + * cdl/hal_synth.cdl : + Invoke tail with stricter syntax that works in latest coreutils. + 2003-07-18 Nick Garnett * cdl/hal_synth.cdl: diff --git a/packages/hal/synth/arch/current/cdl/hal_synth.cdl b/packages/hal/synth/arch/current/cdl/hal_synth.cdl --- a/packages/hal/synth/arch/current/cdl/hal_synth.cdl +++ b/packages/hal/synth/arch/current/cdl/hal_synth.cdl @@ -67,7 +67,7 @@ cdl_package CYGPKG_HAL_SYNTH { /lib/target.ld: /src/synth.ld $(CC) -E -P -Wp,-MD,target.tmp -DEXTRAS=1 -xc $(INCLUDE_PATH) $(CFLAGS) -o $@ $< @echo $@ ": \\" > $(notdir $@).deps - @tail +2 target.tmp >> $(notdir $@).deps + @tail -n +2 target.tmp >> $(notdir $@).deps @echo >> $(notdir $@).deps @rm target.tmp } diff --git a/packages/hal/synth/i386linux/current/ChangeLog b/packages/hal/synth/i386linux/current/ChangeLog --- a/packages/hal/synth/i386linux/current/ChangeLog +++ b/packages/hal/synth/i386linux/current/ChangeLog @@ -1,3 +1,8 @@ +2004-04-22 Jani Monoses + + * cdl/hal_synth_i386.cdl : + Invoke tail with stricter syntax that works in latest coreutils. + 2002-09-15 Bart Veer * src/syscall-i386-linux-1.0.S: diff --git a/packages/hal/synth/i386linux/current/cdl/hal_synth_i386.cdl b/packages/hal/synth/i386linux/current/cdl/hal_synth_i386.cdl --- a/packages/hal/synth/i386linux/current/cdl/hal_synth_i386.cdl +++ b/packages/hal/synth/i386linux/current/cdl/hal_synth_i386.cdl @@ -70,7 +70,7 @@ cdl_package CYGPKG_HAL_SYNTH_I386 { /lib/vectors.o : /src/vectors.S $(CC) -Wp,-MD,vectors.tmp $(INCLUDE_PATH) $(CFLAGS) -c -o $@ $< @echo $@ ": \\" > $(notdir $@).deps - @tail +2 vectors.tmp >> $(notdir $@).deps + @tail -n +2 vectors.tmp >> $(notdir $@).deps @echo >> $(notdir $@).deps @rm vectors.tmp } diff --git a/packages/hal/v85x/arch/current/ChangeLog b/packages/hal/v85x/arch/current/ChangeLog --- a/packages/hal/v85x/arch/current/ChangeLog +++ b/packages/hal/v85x/arch/current/ChangeLog @@ -1,3 +1,8 @@ +2004-04-22 Jani Monoses + + * cdl/hal_v85x.cdl : + Invoke tail with stricter syntax that works in latest coreutils. + 2003-12-08 Gary Thomas * src/hal_misc.c: Remove unused __mem_fault_handler declaration. diff --git a/packages/hal/v85x/arch/current/cdl/hal_v85x.cdl b/packages/hal/v85x/arch/current/cdl/hal_v85x.cdl --- a/packages/hal/v85x/arch/current/cdl/hal_v85x.cdl +++ b/packages/hal/v85x/arch/current/cdl/hal_v85x.cdl @@ -73,7 +73,7 @@ cdl_package CYGPKG_HAL_V85X { $(CC) $(CFLAGS) $(INCLUDE_PATH) -Wp,-MD,nec_offsets.tmp -o hal_mk_defs.tmp -S $< fgrep .equ hal_mk_defs.tmp | sed s/#// > $@ @echo $@ ": \\" > $(notdir $@).deps - @tail +2 nec_offsets.tmp >> $(notdir $@).deps + @tail -n +2 nec_offsets.tmp >> $(notdir $@).deps @echo >> $(notdir $@).deps @rm nec_offsets.tmp hal_mk_defs.tmp } @@ -82,7 +82,7 @@ cdl_package CYGPKG_HAL_V85X { /lib/vectors.o : /src/vectors.S $(CC) -Wp,-MD,vectors.tmp $(INCLUDE_PATH) $(CFLAGS) -c -o $@ $< @echo $@ ": \\" > $(notdir $@).deps - @tail +2 vectors.tmp >> $(notdir $@).deps + @tail -n +2 vectors.tmp >> $(notdir $@).deps @echo >> $(notdir $@).deps @rm vectors.tmp } diff --git a/packages/hal/v85x/v850/current/ChangeLog b/packages/hal/v85x/v850/current/ChangeLog --- a/packages/hal/v85x/v850/current/ChangeLog +++ b/packages/hal/v85x/v850/current/ChangeLog @@ -1,3 +1,8 @@ +2004-04-22 Jani Monoses + + * cdl/hal_v85x_v850.cdl : + Invoke tail with stricter syntax that works in latest coreutils. + 2003-04-10 Nick Garnett * src/v85x_v850.ld: diff --git a/packages/hal/v85x/v850/current/cdl/hal_v85x_v850.cdl b/packages/hal/v85x/v850/current/cdl/hal_v85x_v850.cdl --- a/packages/hal/v85x/v850/current/cdl/hal_v85x_v850.cdl +++ b/packages/hal/v85x/v850/current/cdl/hal_v85x_v850.cdl @@ -106,7 +106,7 @@ cdl_package CYGPKG_HAL_V85X_V850 { /lib/target.ld: /src/v85x_v850.ld $(CC) -E -P -Wp,-MD,target.tmp -DEXTRAS=1 -xc $(INCLUDE_PATH) $(CFLAGS) -o $@ $< @echo $@ ": \\" > $(notdir $@).deps - @tail +2 target.tmp >> $(notdir $@).deps + @tail -n +2 target.tmp >> $(notdir $@).deps @echo >> $(notdir $@).deps @rm target.tmp } diff --git a/packages/io/serial/current/ChangeLog b/packages/io/serial/current/ChangeLog --- a/packages/io/serial/current/ChangeLog +++ b/packages/io/serial/current/ChangeLog @@ -1,3 +1,8 @@ +2004-04-22 Jani Monoses + + * cdl/io_serial.cdl : + Invoke tail with stricter syntax that works in latest coreutils. + 2004-01-12 Dan Jakubiec * src/common/serial.c: serial_write() was returning an incorrect diff --git a/packages/io/serial/current/cdl/io_serial.cdl b/packages/io/serial/current/cdl/io_serial.cdl --- a/packages/io/serial/current/cdl/io_serial.cdl +++ b/packages/io/serial/current/cdl/io_serial.cdl @@ -253,7 +253,7 @@ cdl_package CYGPKG_IO_SERIAL { $(CC) -c $(INCLUDE_PATH) -Wp,-MD,deps.tmp -I$(dir $<) $(CFLAGS) -o tests/serial_echo.o $< @echo $@ ": \\" > $(notdir $@).deps @echo $(wildcard $(PREFIX)/lib/*) " \\" >> $(notdir $@).deps - @tail +2 deps.tmp >> $(notdir $@).deps + @tail -n +2 deps.tmp >> $(notdir $@).deps @echo >> $(notdir $@).deps @rm deps.tmp $(CC) $(LDFLAGS) -L$(PREFIX)/lib -Ttarget.ld -o $@ tests/serial_echo.o diff --git a/packages/services/loader/current/ChangeLog b/packages/services/loader/current/ChangeLog --- a/packages/services/loader/current/ChangeLog +++ b/packages/services/loader/current/ChangeLog @@ -1,3 +1,8 @@ +2004-04-22 Jani Monoses + + * cdl/loader.cdl : + Invoke tail with stricter syntax that works in latest coreutils. + 2001-01-05 Nick Garnett * include/ppc_elf.h: diff --git a/packages/services/loader/current/cdl/loader.cdl b/packages/services/loader/current/cdl/loader.cdl --- a/packages/services/loader/current/cdl/loader.cdl +++ b/packages/services/loader/current/cdl/loader.cdl @@ -129,7 +129,7 @@ cdl_package CYGPKG_LOADER { /lib/dynamic.ld: /src/dynamic.ld $(CC) -E -P -Wp,-MD,dynamic.tmp -DEXTRAS=1 -xc $(INCLUDE_PATH) $(CFLAGS) -o $@ $< @echo $@ ": \\" > $(notdir $@).deps - @tail +2 dynamic.tmp >> $(notdir $@).deps + @tail -n +2 dynamic.tmp >> $(notdir $@).deps @echo >> $(notdir $@).deps @rm dynamic.tmp @@ -145,7 +145,7 @@ cdl_package CYGPKG_LOADER { /lib/crtbeginS.o : /src/crtbeginS.c $(CC) -Wp,-MD,crtbeginS.tmp $(INCLUDE_PATH) -g0 -Wall -finhibit-size-directive -fno-inline-functions -fno-exceptions -c -o $@ $< @echo $@ ": \\" > $(notdir $@).deps - @tail +2 crtbeginS.tmp >> $(notdir $@).deps + @tail -n +2 crtbeginS.tmp >> $(notdir $@).deps @echo >> $(notdir $@).deps @rm crtbeginS.tmp } @@ -160,7 +160,7 @@ cdl_package CYGPKG_LOADER { /lib/crtendS.o : /src/crtendS.c $(CC) -Wp,-MD,crtendS.tmp $(INCLUDE_PATH) -g0 -Wall -finhibit-size-directive -fno-inline-functions -fno-exceptions -c -o $@ $< @echo $@ ": \\" > $(notdir $@).deps - @tail +2 crtendS.tmp >> $(notdir $@).deps + @tail -n +2 crtendS.tmp >> $(notdir $@).deps @echo >> $(notdir $@).deps @rm crtendS.tmp } @@ -180,7 +180,7 @@ cdl_package CYGPKG_LOADER { $(CC) $(CFLAGS) -Wp,-MD,dlforce.tmp $(INCLUDE_PATH) -shared -c -o src/dlforce.o $< $(CC) -g -nostdlib -L$(PREFIX)/lib -shared -Tdynamic.ld -o $@ $(PREFIX)/lib/crtbeginS.o src/dlforce.o $(PREFIX)/lib/crtendS.o @echo $@ ": \\" > $(notdir $@).deps - @tail +2 dlforce.tmp >> $(notdir $@).deps + @tail -n +2 dlforce.tmp >> $(notdir $@).deps @echo >> $(notdir $@).deps @rm dlforce.tmp } @@ -202,7 +202,7 @@ cdl_package CYGPKG_LOADER { $(CC) $(CFLAGS) -Wp,-MD,foo.tmp $(INCLUDE_PATH) -shared -c -o tests/foo.o $< $(CC) $(LDFLAGS) -L$(PREFIX)/lib -shared -Tdynamic.ld -o $@ $(PREFIX)/lib/crtbeginS.o tests/foo.o $(PREFIX)/lib/crtendS.o @echo $@ ": \\" > $(notdir $@).deps - @tail +2 foo.tmp >> $(notdir $@).deps + @tail -n +2 foo.tmp >> $(notdir $@).deps @echo >> $(notdir $@).deps @rm foo.tmp cc -o entable $(REPOSITORY)/$(PACKAGE)/tests/entable.c @@ -223,7 +223,7 @@ cdl_package CYGPKG_LOADER { # $(CC) $(LDFLAGS) -L$(PREFIX)/lib -Ttarget.ld -ldlforce -o $@ $(PREFIX)/lib/crtbeginS.o tests/loadfoo.o $(PREFIX)/lib/crtendS.o $(CC) $(LDFLAGS) -Wl,-E -L$(PREFIX)/lib -Ttarget.ld -ldlforce -o $@ tests/loadfoo.o @echo $@ ": \\" > $(notdir $@).deps - @tail +2 loadfoo.tmp >> $(notdir $@).deps + @tail -n +2 loadfoo.tmp >> $(notdir $@).deps @echo >> $(notdir $@).deps @rm loadfoo.tmp