mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-26 07:55:01 +00:00
Use ./foo.sh, so scripts work if . is not in $PATH.
This commit is contained in:
parent
7a77680068
commit
fa5e9643ff
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=228
@ -6,12 +6,12 @@ all: build test
|
||||
build: mkscripts.sh
|
||||
@echo building test scripts...
|
||||
@chmod +x mkscripts.sh
|
||||
@mkscripts.sh ${ED}
|
||||
@./mkscripts.sh ${ED}
|
||||
|
||||
test: build ckscripts.sh
|
||||
@echo running test scripts...
|
||||
@chmod +x ckscripts.sh
|
||||
@ckscripts.sh ${ED}
|
||||
@./ckscripts.sh ${ED}
|
||||
|
||||
clean:
|
||||
rm -f *.ed *.[oz] *~
|
||||
|
Loading…
Reference in New Issue
Block a user