diff options
author | Alexey Neyman <stilor@att.net> | 2017-11-19 00:18:59 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-11-19 21:50:28 -0800 |
commit | 5495a3497b54aa56e821c8aa44233345c0bd86b9 (patch) | |
tree | 6cf67d3eafc9315e5f2ff7353a3072d1d20dc553 | |
parent | f1cca2a7c2e5cf5ba3cb4f9c520e6bc5edc1a691 (diff) | |
download | crosstool-ng-5495a3497b54aa56e821c8aa44233345c0bd86b9.tar.gz crosstool-ng-5495a3497b54aa56e821c8aa44233345c0bd86b9.tar.bz2 crosstool-ng-5495a3497b54aa56e821c8aa44233345c0bd86b9.zip |
showConfig.sh no longer has anything substituted
Signed-off-by: Alexey Neyman <stilor@att.net>
-rw-r--r-- | Makefile.in | 4 | ||||
-rw-r--r-- | scripts/.gitignore | 1 | ||||
-rw-r--r-- | scripts/showConfig.sh (renamed from scripts/showConfig.sh.in) | 0 |
3 files changed, 1 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in index 33d96661..76fbd93e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -162,8 +162,7 @@ uninstall: real-uninstall build-bin: $(PROG_NAME) \ scripts/scripts.mk \ scripts/crosstool-NG.sh \ - scripts/saveSample.sh \ - scripts/showConfig.sh + scripts/saveSample.sh build-lib: paths.mk \ paths.sh @@ -228,7 +227,6 @@ clean-bin: $(call __silent_rm,scripts/scripts.mk) $(call __silent_rm,scripts/crosstool-NG.sh) $(call __silent_rm,scripts/saveSample.sh) - $(call __silent_rm,scripts/showConfig.sh) clean-lib: $(call __silent_rm,paths.mk paths.sh) diff --git a/scripts/.gitignore b/scripts/.gitignore index 7abc2a75..553a3630 100644 --- a/scripts/.gitignore +++ b/scripts/.gitignore @@ -1,4 +1,3 @@ crosstool-NG.sh saveSample.sh -showConfig.sh scripts.mk diff --git a/scripts/showConfig.sh.in b/scripts/showConfig.sh index 9031b3cd..9031b3cd 100644 --- a/scripts/showConfig.sh.in +++ b/scripts/showConfig.sh |