]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
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 4ab776aa1ede62545cef1b0e6b830643d21a6c98..ec7cae44ca31a8bc89e6447065cd29cae43fbd54 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 95974fad2a044e770c0fe913ea34db86f6a1276d..8382a510671fe3fb127c9b8772999f0e139776c5 100644 (file)
@@ -1,4 +1,4 @@
-all:: checker $(LIBRARY)_chk.a
+all:: $(LIBRARY)_chk.a
 
 real-subdirs:: Makefile
        @echo " MKDIR checker"
index c9e44cc55f9ae5d175174bf0979c728c53d35c64..3052b2e043f8262764fe1cdf5cd2b93062d11b6e 100644 (file)
@@ -10,7 +10,7 @@
 # BSDLIB_INSTALL_DIR = $(SHLIBDIR)
 #
 
-all:: pic image
+all:: image
 
 real-subdirs:: Makefile
        @echo " MKDIR pic"
index deaa7cbe43c0efbc9011ac26f70a2c43c18ceaa2..a2e77c69f64adf930422aaac9eed9e948d3cf934 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 08745928cd22f1828473bc166c424d751fc0c058..fcadfa3d99583281a18945b560247f96ceb1091a 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"