mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-20 17:12:55 +00:00
showConfig.sh no longer has anything substituted
Signed-off-by: Alexey Neyman <stilor@att.net>
This commit is contained in:
parent
f1cca2a7c2
commit
5495a3497b
@ -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)
|
||||
|
1
scripts/.gitignore
vendored
1
scripts/.gitignore
vendored
@ -1,4 +1,3 @@
|
||||
crosstool-NG.sh
|
||||
saveSample.sh
|
||||
showConfig.sh
|
||||
scripts.mk
|
||||
|
Loading…
x
Reference in New Issue
Block a user