summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-06-08 22:06:16 (GMT)
committerGitHub <noreply@github.com>2017-06-08 22:06:16 (GMT)
commitf7c7c4a096ae15b4f0281b22031b47ad43ad122e (patch)
tree54dc5340ab294373057b2f6fc5d2ae5c01698df6 /Makefile.in
parent29ecbf84c86098423a7228765aa9324c931eecc8 (diff)
parent1b4e784a0ba636646def1db5ca012fd54ee7a81c (diff)
Merge pull request #738 from stilor/lintian-warnings
Fix debuild warnings/errors
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index 4980346..0cec737 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -145,7 +145,7 @@ install: build real-install
clean: $(patsubst %,clean-%,$(TARGETS))
distclean: clean
- $(call __silent_rm,Makefile config/configure.in)
+ $(call __silent_rm,Makefile kconfig/Makefile config/configure.in)
mrproper: distclean
$(call __silent_rmdir,autom4te.cache config/gen)
@@ -164,7 +164,6 @@ build-bin: $(PROG_NAME) \
scripts/crosstool-NG.sh \
scripts/saveSample.sh \
scripts/showConfig.sh
- $(call __silent,CHMOD,$^)chmod 755 $^
build-lib: paths.mk \
paths.sh
@@ -274,7 +273,7 @@ install-lib: $(DESTDIR)$(libdir) \
LIB_SUB_DIR := config contrib patches scripts
$(patsubst %,install-lib-%-copy,$(LIB_SUB_DIR)): install-lib-%-copy: $(DESTDIR)$(libdir)
- $(call __silent,INSTDIR,$*)tar cf - --exclude='*.sh.in' --exclude='*.in.in' $* \
+ $(call __silent,INSTDIR,$*)tar cf - --exclude='*.sh.in' --exclude='*.in.in' --exclude=.gitignore $* \
|(cd "$(DESTDIR)$(libdir)"; tar xf -)
# Dependency-only by default.