mirror of
https://github.com/osmarks/ngircd.git
synced 2025-08-31 17:57:57 +00:00
Makefile.am: don't use "make -C", it isn't portable
This commit is contained in:
@@ -26,13 +26,13 @@ maintainer-clean-local:
|
|||||||
rm -f config.log debian
|
rm -f config.log debian
|
||||||
|
|
||||||
testsuite:
|
testsuite:
|
||||||
make -C src/testsuite check
|
cd src/testsuite && make check
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
make -C src/ngircd lint
|
cd src/ngircd && make lint
|
||||||
|
|
||||||
srcdoc:
|
srcdoc:
|
||||||
make -C doc srcdoc
|
cd doc && make srcdoc
|
||||||
|
|
||||||
have-xcodebuild:
|
have-xcodebuild:
|
||||||
@xcodebuild -project contrib/MacOSX/ngIRCd.xcodeproj -list \
|
@xcodebuild -project contrib/MacOSX/ngIRCd.xcodeproj -list \
|
||||||
|
Reference in New Issue
Block a user