Makefile 414 B

12345678910111213141516
  1. # uClibc stat tests
  2. # Licensed under the GNU Library General Public License, see COPYING.LIB
  3. include ../Test.mak
  4. CFLAGS_stat64 := -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
  5. DODIFF_stat := 1
  6. DODIFF_stat64 := 1
  7. OPTS_stat := stat.c
  8. OPTS_stat64 := stat64.c
  9. # make sure the change in atime doesn't screw us up
  10. WRAPPER_stat := touch -r . stat.c ;
  11. WRAPPER_stat64 := touch -r . stat64.c ;