patch-2.4.0-test5 linux/arch/ia64/tools/Makefile

Next file: linux/arch/ia64/tools/print_offsets.awk
Previous file: linux/arch/ia64/mm/tlb.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test4/linux/arch/ia64/tools/Makefile linux/arch/ia64/tools/Makefile
@@ -11,10 +11,10 @@
 
 fastdep: offsets.h
 	@if ! cmp -s offsets.h ${TARGET}; then	\
-		echo "Updating ${TARGET}...";	\
+		echo -e "*** Updating ${TARGET}...";	\
 		cp offsets.h ${TARGET};		\
 	else					\
-		echo "${TARGET} is up to date";	\
+		echo "*** ${TARGET} is up to date";	\
 	fi
 
 #
@@ -31,8 +31,10 @@
 offsets.h: print_offsets
 	./print_offsets > offsets.h
 
-print_offsets: print_offsets.c
+print_offsets: print_offsets.c FORCE_RECOMPILE
 	$(CC) $(CFLAGS) print_offsets.c -o $@
+
+FORCE_RECOMPILE:
 
 else
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)