mirror of
https://github.com/systemd/systemd.git
synced 2025-01-25 10:04:04 +03:00
108d00a6b2
has-overflow was a temporary hack that was removed in 844da987ef8b8c98f837d3328eeb3ed481f43835 (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
|