Whamcloud - gitweb
Many files:
authorTheodore Ts'o <tytso@mit.edu>
Sat, 19 May 2001 22:07:36 +0000 (22:07 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 19 May 2001 22:07:36 +0000 (22:07 +0000)
  Makefile.bsd-lib, Makefile.dll-lib, Makefile.elf-lib,
   Makefile.solaris-lib: Use $(LDCONFIG) instead of -ldconfig.

lib/ChangeLog
lib/Makefile.bsd-lib
lib/Makefile.dll-lib
lib/Makefile.elf-lib
lib/Makefile.solaris-lib

index 57bfccb..da6f413 100644 (file)
@@ -1,3 +1,8 @@
+2001-05-19  Theodore Tso  <tytso@valinux.com>
+
+       * Makefile.bsd-lib, Makefile.dll-lib, Makefile.elf-lib,
+               Makefile.solaris-lib: Use $(LDCONFIG) instead of -ldconfig.
+
 2000-07-13    <tytso@valinux.com>
 
        * Release of E2fsprogs 1.19
index 9e73a8e..38f22da 100644 (file)
@@ -1,5 +1,5 @@
 #
-# This is a Makefile stub which handles the creation of Linux BSD shared
+# This is a Makefile stub which handles the creation of BSD shared
 # libraries.
 #
 # In order to use this stub, the following makefile variables must be defined.
@@ -30,7 +30,7 @@ $(BSD_LIB): $(OBJS)
 install-shlibs install:: $(BSD_LIB)
        $(INSTALL_PROGRAM) $(BSD_LIB) \
                $(DESTDIR)$(BSDLIB_INSTALL_DIR)/$(BSD_LIB)
-       -ldconfig
+       -$(LDCONFIG)
 
 uninstall-shlibs uninstall::
        $(RM) -f $(DESTDIR)$(BSDLIB_INSTALL_DIR)/$(BSD_LIB)
index 61e40cc..bac0c7e 100644 (file)
@@ -82,7 +82,7 @@ install-shlibs install:: $(DLL_IMAGE).so.$(DLL_VERSION) installdirs
        $(INSTALL_PROGRAM) $(DLL_IMAGE).so.$(DLL_VERSION) \
                $(DESTDIR)$(DLL_INSTALL_DIR)/$(DLL_IMAGE).so.$(DLL_VERSION)
        $(STRIP) $(DESTDIR)$(DLL_INSTALL_DIR)/$(DLL_IMAGE).so.$(DLL_VERSION)
-       -ldconfig
+       -$(LDCONFIG)
 
 uninstall-shlibs unistall::
        $(RM) $(DESTDIR)$(DLL_INSTALL_DIR)/$(DLL_IMAGE).so.$(DLL_VERSION)
index e755d20..864a9c4 100644 (file)
@@ -45,13 +45,13 @@ install-shlibs install:: $(ELF_LIB) installdirs-elf-lib
        $(LN_S) -f $(ELF_LIB) $(DESTDIR)$(ELF_INSTALL_DIR)/$(ELF_SONAME)
        $(LN_S) -f $(ELF_INSTALL_DIR)/$(ELF_SONAME) \
                $(DESTDIR)$(libdir)/$(ELF_IMAGE).so
-       -ldconfig
+       -$(LDCONFIG)
 
 uninstall-shlibs uninstall::
        $(RM) -f $(DESTDIR)$(ELF_INSTALL_DIR)/$(ELF_LIB) \
                $(DESTDIR)$(ELF_INSTALL_DIR)/$(ELF_SONAME) \
                $(DESTDIR)$(libdir)/$(ELF_IMAGE).so
-       -ldconfig
+       -$(LDCONFIG)
 
 clean::
        $(RM) -rf elfshared
index 94e4d33..6b0db12 100644 (file)
@@ -45,13 +45,13 @@ install-shlibs install:: $(ELF_LIB) installdirs-elf-lib
        $(LN_S) -f $(ELF_LIB) $(DESTDIR)$(ELF_INSTALL_DIR)/$(ELF_SONAME)
        $(LN_S) -f $(ELF_INSTALL_DIR)/$(ELF_SONAME) \
                $(DESTDIR)$(libdir)/$(ELF_IMAGE).so
-       -ldconfig
+       -$(LDCONFIG)
 
 uninstall-shlibs uninstall::
        $(RM) -f $(DESTDIR)$(ELF_INSTALL_DIR)/$(ELF_LIB) \
                $(DESTDIR)$(ELF_INSTALL_DIR)/$(ELF_SONAME) \
                $(DESTDIR)$(libdir)/$(ELF_IMAGE).so
-       -ldconfig
+       -$(LDCONFIG)
 
 clean::
        $(RM) -rf elfshared