use ln_f, and update to version 3.2.7
This commit is contained in:
parent
7e2f073fbd
commit
b4b97c71bf
6
Makefile
6
Makefile
@ -18,7 +18,7 @@
|
||||
|
||||
VERSION := 3
|
||||
SUBVERSION := 2
|
||||
MINORVERSION := 6
|
||||
MINORVERSION := 7
|
||||
TARVERSION := $(VERSION).$(SUBVERSION).$(MINORVERSION)
|
||||
|
||||
############ vars
|
||||
@ -255,7 +255,7 @@ watch: % : %.o
|
||||
############ progX --> progY
|
||||
|
||||
snice kill: skill
|
||||
ln -f skill $@
|
||||
$(ln_f) skill $@
|
||||
|
||||
pkill: pgrep
|
||||
ln -f pgrep pkill
|
||||
$(ln_f) pgrep pkill
|
||||
|
Loading…
Reference in New Issue
Block a user