Fix profile, checker, and shared-library building on non-Linux platforms

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>
bitmap-optimize
Theodore Ts'o 2008-01-01 16:48:09 -05:00
parent 26d6891522
commit 42c0b61ca5
5 changed files with 7 additions and 7 deletions

View 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

View File

@ -1,4 +1,4 @@
all:: checker $(LIBRARY)_chk.a
all:: $(LIBRARY)_chk.a
real-subdirs:: Makefile
@echo " MKDIR checker"

View File

@ -10,7 +10,7 @@
# BSDLIB_INSTALL_DIR = $(SHLIBDIR)
#
all:: pic image
all:: image
real-subdirs:: Makefile
@echo " MKDIR pic"

View 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::

View File

@ -11,7 +11,7 @@
# ELF_INSTALL_DIR = $(SHLIBDIR)
# ELF_OTHER_LIBS = -lc
all:: elfshared image
all:: image
real-subdirs:: Makefile
@echo " MKDIR elfshared"