svn commit: trunk/uClibc/test/stat

vapier at uclibc.org vapier at uclibc.org
Wed Feb 22 03:07:48 UTC 2006


Author: vapier
Date: 2006-02-21 19:07:48 -0800 (Tue, 21 Feb 2006)
New Revision: 14183

Log:
blah, use a stable target instead of messing with timestamps on .c files

Modified:
   trunk/uClibc/test/stat/Makefile


Changeset:
Modified: trunk/uClibc/test/stat/Makefile
===================================================================
--- trunk/uClibc/test/stat/Makefile	2006-02-22 03:07:21 UTC (rev 14182)
+++ trunk/uClibc/test/stat/Makefile	2006-02-22 03:07:48 UTC (rev 14183)
@@ -8,9 +8,5 @@
 DODIFF_stat   := 1
 DODIFF_stat64 := 1
 
-OPTS_stat   := stat.c
-OPTS_stat64 := stat64.c
-
-# make sure the change in atime doesn't screw us up
-WRAPPER_stat   := touch -r . stat.c ;
-WRAPPER_stat64 := touch -r . stat64.c ;
+OPTS_stat   := Makefile
+OPTS_stat64 := Makefile




More information about the uClibc-cvs mailing list