mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-21 21:57:48 +00:00
Have Mekfile.in be a little more verbose.
This commit is contained in:
parent
ef21bfc5c0
commit
dddf8170a9
10
Makefile.in
10
Makefile.in
@ -25,6 +25,7 @@ install: install-local-test build install-bin install-lib install-doc install-ma
|
|||||||
clean: clean-bin clean-lib clean-doc
|
clean: clean-bin clean-lib clean-doc
|
||||||
|
|
||||||
distclean: clean
|
distclean: clean
|
||||||
|
@echo " RM Makefile"
|
||||||
@rm -f Makefile
|
@rm -f Makefile
|
||||||
|
|
||||||
uninstall: install-local-test uninstall-bin uninstall-lib uninstall-doc uninstall-man
|
uninstall: install-local-test uninstall-bin uninstall-lib uninstall-doc uninstall-man
|
||||||
@ -36,7 +37,8 @@ uninstall: install-local-test uninstall-bin uninstall-lib uninstall-doc uninstal
|
|||||||
# Build rules
|
# Build rules
|
||||||
|
|
||||||
build-bin: ct-ng
|
build-bin: ct-ng
|
||||||
@chmod a+x ct-ng
|
@echo " CHMOD $<"
|
||||||
|
@chmod a+x $<
|
||||||
|
|
||||||
build-lib:
|
build-lib:
|
||||||
|
|
||||||
@ -61,12 +63,16 @@ docs/ct-ng.1.gz: docs/ct-ng.1
|
|||||||
# Clean rules
|
# Clean rules
|
||||||
|
|
||||||
clean-bin:
|
clean-bin:
|
||||||
|
@echo " RM ct-ng"
|
||||||
@rm -f ct-ng
|
@rm -f ct-ng
|
||||||
|
|
||||||
clean-lib:
|
clean-lib:
|
||||||
|
|
||||||
clean-doc:
|
clean-doc:
|
||||||
@rm -f docs/ct-ng.1 docs/ct-ng.1.gz
|
@echo " RM docs/ct-ng.1"
|
||||||
|
@rm -f docs/ct-ng.1
|
||||||
|
@echo " RM docs/ct-ng.1.gz"
|
||||||
|
@rm -f docs/ct-ng.1.gz
|
||||||
|
|
||||||
#--------------------------------------
|
#--------------------------------------
|
||||||
# Install rules
|
# Install rules
|
||||||
|
Loading…
Reference in New Issue
Block a user