Whamcloud - gitweb
Makefile.in:
authorTheodore Ts'o <tytso@mit.edu>
Sat, 3 Jul 1999 20:45:28 +0000 (20:45 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 3 Jul 1999 20:45:28 +0000 (20:45 +0000)
  Update dependencies.
ChangeLog:
  Update ChangeLog to reflect full set of changes to configure.in

ChangeLog
lib/e2p/Makefile.in
resize/Makefile.in
tests/progs/Makefile.in

index bfd72a6..98c2992 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,7 +3,10 @@
        * MCONFIG.in (BUILD_CC):
        * configure.in (BUILD_CC): If cross compiling, find the native C
                compiler and set it to BUILD_CC so that we can
-               successfully build util/subst.
+               successfully build util/subst.  Change default long long
+               size when cross compiling to be 8 (instead of 0).  Also
+               change the Hurd's defaults so that root files are placed
+               in / instead of /usr/local.
 
 1999-07-03    <tytso@valinux.com>
 
index 3bf404c..2ffa7a8 100644 (file)
@@ -92,13 +92,13 @@ distclean:: clean
 # Makefile dependencies follow.  This must be the last section in
 # the Makefile.in file
 #
-fgetflags.o: $(srcdir)/fgetflags.c $(srcdir)/e2p.h 
+fgetflags.o: $(srcdir)/fgetflags.c $(srcdir)/e2p.h
 fsetflags.o: $(srcdir)/fsetflags.c $(srcdir)/e2p.h
 fgetversion.o: $(srcdir)/fgetversion.c $(srcdir)/e2p.h
 fsetversion.o: $(srcdir)/fsetversion.c $(srcdir)/e2p.h
 getflags.o: $(srcdir)/getflags.c $(srcdir)/e2p.h
 getversion.o: $(srcdir)/getversion.c $(srcdir)/e2p.h
-iod.o: $(srcdir)/iod.c $(srcdir)/e2p.h 
+iod.o: $(srcdir)/iod.c $(srcdir)/e2p.h
 ls.o: $(srcdir)/ls.c $(srcdir)/e2p.h
 pe.o: $(srcdir)/pe.c $(srcdir)/e2p.h
 pf.o: $(srcdir)/pf.c $(srcdir)/e2p.h
@@ -106,5 +106,3 @@ ps.o: $(srcdir)/ps.c $(srcdir)/e2p.h
 setflags.o: $(srcdir)/setflags.c $(srcdir)/e2p.h
 setversion.o: $(srcdir)/setversion.c $(srcdir)/e2p.h
 uuid.o: $(srcdir)/uuid.c $(srcdir)/e2p.h
-
index 2406844..af49cbe 100644 (file)
@@ -129,16 +129,14 @@ extent.o: $(srcdir)/extent.c $(srcdir)/resize2fs.h \
  $(top_srcdir)/lib/ext2fs/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
  $(top_srcdir)/lib/ext2fs/bitops.h
 resize2fs.o: $(srcdir)/resize2fs.c $(srcdir)/resize2fs.h \
- $(top_srcdir)/lib/ext2fs/ext2fs.h \
- $(top_srcdir)/lib/et/com_err.h $(top_srcdir)/lib/ext2fs/ext2_io.h \
- $(top_builddir)/lib/ext2fs/ext2_err.h $(top_srcdir)/lib/ext2fs/bitops.h
+ $(top_srcdir)/lib/ext2fs/ext2fs.h $(top_srcdir)/lib/et/com_err.h \
+ $(top_srcdir)/lib/ext2fs/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
+ $(top_srcdir)/lib/ext2fs/bitops.h
 main.o: $(srcdir)/main.c $(srcdir)/resize2fs.h \
- $(top_srcdir)/lib/ext2fs/ext2fs.h \
- $(top_srcdir)/lib/et/com_err.h $(top_srcdir)/lib/ext2fs/ext2_io.h \
- $(top_builddir)/lib/ext2fs/ext2_err.h $(top_srcdir)/lib/ext2fs/bitops.h \
- $(srcdir)/./version.h
+ $(top_srcdir)/lib/ext2fs/ext2fs.h $(top_srcdir)/lib/et/com_err.h \
+ $(top_srcdir)/lib/ext2fs/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
+ $(top_srcdir)/lib/ext2fs/bitops.h $(srcdir)/version.h
 sim_progress.o: $(srcdir)/sim_progress.c $(srcdir)/resize2fs.h \
- $(top_srcdir)/lib/ext2fs/ext2fs.h \
- $(top_srcdir)/lib/et/com_err.h $(top_srcdir)/lib/ext2fs/ext2_io.h \
- $(top_builddir)/lib/ext2fs/ext2_err.h $(top_srcdir)/lib/ext2fs/bitops.h
-
+ $(top_srcdir)/lib/ext2fs/ext2fs.h $(top_srcdir)/lib/et/com_err.h \
+ $(top_srcdir)/lib/ext2fs/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
+ $(top_srcdir)/lib/ext2fs/bitops.h
index f39a97f..586931d 100644 (file)
@@ -66,4 +66,3 @@ test_rel.o: $(srcdir)/test_rel.c $(top_srcdir)/lib/et/com_err.h \
  $(top_srcdir)/lib/ext2fs/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
  $(top_srcdir)/lib/ext2fs/bitops.h $(top_srcdir)/lib/ext2fs/irel.h \
  $(top_srcdir)/lib/ext2fs/brel.h $(srcdir)/test_rel.h
-