diff mbox

[1,of,2] Makefile.in: Use only standard options compatible with BSD install

Message ID 51587db99510a9ec08f8.1352226968@tschetwerikow.boxberg.lan
State Accepted
Commit a8bf927f6e37
Headers show

Commit Message

Titus von Boxberg Nov. 6, 2012, 6:36 p.m. UTC
# HG changeset patch
# User Titus von Boxberg <titus@v9g.de>
# Date 1352217726 -3600
# Node ID 51587db99510a9ec08f831b2ed596017efb253a5
# Parent  bd4af15b7c7577de5e7abbf0b2be1729523b0127
Makefile.in: Use only standard options compatible with BSD install

Don't use options specific to FSF's coreutils install.

Signed-off-by: Titus von Boxberg <titus@v9g.de>


--
For unsubscribe information see http://sourceware.org/lists.html#faq

Comments

Yann E. MORIN Nov. 9, 2012, 2:45 p.m. UTC | #1
Titus, All,

Your patch:
    Makefile.in: Use only standard options compatible with BSD install

has been applied as: #a8bf927f6e37
    http://crosstool-ng.org/hg/crosstool-ng/rev/a8bf927f6e37

Thank you!

Regards,
Yann E. MORIN.



--
For unsubscribe information see http://sourceware.org/lists.html#faq
diff mbox

Patch

diff -r bd4af15b7c75 -r 51587db99510 Makefile.in
--- a/Makefile.in	Wed Oct 31 23:31:32 2012 +0100
+++ b/Makefile.in	Tue Nov 06 17:02:06 2012 +0100
@@ -347,8 +347,9 @@ 
 KCONFIG_FILES := conf mconf nconf kconfig.mk
 install-lib-kconfig: $(DESTDIR)$(libdir) install-lib-main
 	@echo "  INST    'kconfig/'"
+	@mkdir -p "$(DESTDIR)$(libdir)/kconfig"
 	@for f in $(KCONFIG_FILES); do                                      \
-	    install -D "kconfig/$${f}" "$(DESTDIR)$(libdir)/kconfig/$${f}"; \
+	    install "kconfig/$${f}" "$(DESTDIR)$(libdir)/kconfig/$${f}";    \
 	 done
 
 install-doc: $(DESTDIR)$(docdir)