Renamed [un]install goals to [un]avail.
The [un]install make goals have a rather fixed meaning for *ix users. The simple symlinks provided here don't match the expectations users have from [un]install. Therefore it is appropriate to rename them to "something" not tied to specific expectations.
This commit is contained in:
4
Makefile
4
Makefile
@@ -2,7 +2,7 @@ all mostlyclean clean:
|
||||
@$(MAKE) -C src --no-print-directory $@
|
||||
@$(MAKE) -C libsrc --no-print-directory $@
|
||||
|
||||
install uninstall bin:
|
||||
avail unavail bin:
|
||||
@$(MAKE) -C src --no-print-directory $@
|
||||
|
||||
lib:
|
||||
@@ -14,6 +14,6 @@ lib:
|
||||
%:
|
||||
@$(MAKE) -C libsrc --no-print-directory $@
|
||||
|
||||
.PHONY: all mostlyclean clean install uninstall bin lib
|
||||
.PHONY: all mostlyclean clean avail unavail bin lib
|
||||
|
||||
.SUFFIXES:
|
||||
|
||||
Reference in New Issue
Block a user