Whamcloud - gitweb
Fix profile, checker, and shared-library building on non-Linux platforms
authorTheodore Ts'o <tytso@mit.edu>
Tue, 1 Jan 2008 21:48:09 +0000 (16:48 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 1 Jan 2008 21:48:09 +0000 (16:48 -0500)
Approximately two years ago a revamp of the e2fsprogs build
infrastructure broke the Makefile fragments for building BSD, Solaris,
and Darwin shared libraries, as well as profiling and checker
libraries.  Apparently no one had noticed except for
pierre42@users.sourceforge.net.

Addresses-Sourceforge-Bug: #1819034

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
lib/Makefile.bsd-lib
lib/Makefile.checker
lib/Makefile.darwin-lib
lib/Makefile.profile
lib/Makefile.solaris-lib

index 4ab776a..ec7cae4 100644 (file)
@@ -10,9 +10,9 @@
 # BSDLIB_INSTALL_DIR = $(SHLIBDIR)
 #
 
-all:: pic image
+all:: image
 
-real-subdirs:: pic
+real-subdirs:: Makefile
        @echo " MKDIR pic"
        @mkdir -p pic
 
index 95974fa..8382a51 100644 (file)
@@ -1,4 +1,4 @@
-all:: checker $(LIBRARY)_chk.a
+all:: $(LIBRARY)_chk.a
 
 real-subdirs:: Makefile
        @echo " MKDIR checker"
index c9e44cc..3052b2e 100644 (file)
@@ -10,7 +10,7 @@
 # BSDLIB_INSTALL_DIR = $(SHLIBDIR)
 #
 
-all:: pic image
+all:: image
 
 real-subdirs:: Makefile
        @echo " MKDIR pic"
index deaa7cb..a2e77c6 100644 (file)
@@ -1,7 +1,7 @@
-all:: profiled $(LIBRARY)_p.a
+all:: $(LIBRARY)_p.a
 
 real-subdirs:: Makefile
-       @echo " MKDIR $@"
+       @echo " MKDIR profiled"
        @mkdir -p profiled
 
 clean::
index 0874592..fcadfa3 100644 (file)
@@ -11,7 +11,7 @@
 # ELF_INSTALL_DIR = $(SHLIBDIR)
 # ELF_OTHER_LIBS = -lc
 
-all:: elfshared image
+all:: image
 
 real-subdirs:: Makefile
        @echo " MKDIR elfshared"