mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 17:51:22 +03:00
108d00a6b2
has-overflow was a temporary hack that was removed in
844da987ef
(Oct. 2016). All the makefiles
can be the same, and all the targets can be handled identically.
7 lines
196 B
Makefile
7 lines
196 B
Makefile
BUILD_DIR=$(shell ../../tools/find-build-dir.sh)
|
|
|
|
all setup run clean clean-again:
|
|
@basedir=../.. TEST_BASE_DIR=../ BUILD_DIR=$(BUILD_DIR) ./test.sh --$@
|
|
|
|
.PHONY: all setup run clean clean-again
|