Re: [PATCH] Rename 'modules-install' target consistent to be with kernel.
Karsten Keil <[email protected]>
| Newsgroups | gmane.linux.isdn.i4l.user |
|---|---|
| Message-ID | <[email protected]> |
OK acked - but here is still one file missing standalone/Makefile.in, I will change this too. KArsten On Mon, Mar 05, 2012 at 12:59:17PM +0100, Lars Immisch wrote: > In mISDN, the target to install modules was called 'module-install', but > in the kernel, it is called 'modules_install' > > Rename it to avoid confusion. > --- > Makefile.am | 2 +- > Makefile.in | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/Makefile.am b/Makefile.am > index 752a16a..b5d2c03 100644 > --- a/Makefile.am > +++ b/Makefile.am > @@ -4,6 +4,6 @@ export PATCH FIND SED DIFF GREP AWK SORT IFNAMES INSTALL_MOD_PATH > > SUBDIRS = standalone > > -modules modules-install unpatched_tree patched_tree modules_ quilt_tree: > +modules modules_install unpatched_tree patched_tree modules_ quilt_tree: > $(MAKE) -C standalone INSTALL_MOD_PATH=$(INSTALL_MOD_PATH) $@ > > diff --git a/Makefile.in b/Makefile.in > index 9f3f05f..34db0bd 100644 > --- a/Makefile.in > +++ b/Makefile.in > @@ -684,7 +684,7 @@ uninstall-am: > > export PATCH FIND SED DIFF GREP AWK SORT IFNAMES INSTALL_MOD_PATH > > -modules modules-install unpatched_tree patched_tree modules_ quilt_tree: > +modules modules_install unpatched_tree patched_tree modules_ quilt_tree: > $(MAKE) -C standalone INSTALL_MOD_PATH=$(INSTALL_MOD_PATH) $@ > > # Tell versions [3.59,3.63) of GNU make to not export all variables. > -- > 1.7.2.5 > > _______________________________________________ > isdn4linux mailing list > [email protected] > https://www.isdn4linux.de/mailman/listinfo/isdn4linux