From: jacob Date: Sat, 5 Feb 2005 00:52:19 +0000 (+0000) Subject: Add empty install-data-hook rule on non-darwin X-Git-Tag: v1_7_100~1636 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=d63c9fc5bdf2d9bc09d799295d8077a3aab217cb;hp=1b77f0914773fac7da05d3911d366e03981012a6 Add empty install-data-hook rule on non-darwin --- diff --git a/lnet/klnds/socklnd/autoMakefile.am b/lnet/klnds/socklnd/autoMakefile.am index 63c095d..5abd135 100644 --- a/lnet/klnds/socklnd/autoMakefile.am +++ b/lnet/klnds/socklnd/autoMakefile.am @@ -21,13 +21,15 @@ ksocknal_LDADD := $(EXTRA_KLIBS) plist_DATA := Info.plist -install-data-hook: fix-kext-ownership +install_data_hook := fix-kext-ownership endif endif endif +install-data-hook: $(install_data_hook) + EXTRA_DIST := Info.plist MOSTLYCLEANFILES = *.o *.ko *.mod.c socknal_lib.c diff --git a/lnet/libcfs/autoMakefile.am b/lnet/libcfs/autoMakefile.am index 824ab1a..92959e5 100644 --- a/lnet/libcfs/autoMakefile.am +++ b/lnet/libcfs/autoMakefile.am @@ -26,12 +26,14 @@ libcfs_LDADD := $(EXTRA_KLIBS) plist_DATA := Info.plist -install-data-hook: fix-kext-ownership +install_data_hook := fix-kext-ownership endif endif +install-data-hook: $(install_data_hook) + EXTRA_DIST := Info.plist MOSTLYCLEANFILES = *.o *.ko *.mod.c linux-*.c linux/*.o darwin/*.o libcfs diff --git a/lnet/lnet/autoMakefile.am b/lnet/lnet/autoMakefile.am index 136f870..10cde66 100644 --- a/lnet/lnet/autoMakefile.am +++ b/lnet/lnet/autoMakefile.am @@ -35,7 +35,7 @@ portals_LDADD := $(EXTRA_KLIBS) plist_DATA := Info.plist -install-data-hook: fix-kext-ownership +install_data_hook := fix-kext-ownership endif # DARWIN @@ -43,6 +43,8 @@ endif # MODULES endif # CRAY_PORTALS +install-data-hook: $(install_data_hook) + EXTRA_DIST := Info.plist MOSTLYCLEANFILES = *.o *.ko *.mod.c portals