From cfeae5ec0d9488b2a6e51feb909e4c981008bf16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 17 Aug 2015 17:23:52 +0200 Subject: Change location for rootfs of tests Now every test should have its own folder with rootfs and parse script. --- root/cyclictest/GNUmakefile | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 root/cyclictest/GNUmakefile (limited to 'root/cyclictest/GNUmakefile') diff --git a/root/cyclictest/GNUmakefile b/root/cyclictest/GNUmakefile deleted file mode 100644 index 905485d..0000000 --- a/root/cyclictest/GNUmakefile +++ /dev/null @@ -1,24 +0,0 @@ -# Automatically generated by /home/wsh/students/kocikare/linux-conf-perf/buildroot/support/scripts/mkmakefile: don't edit - -lastword = $(word $(words $(1)),$(1)) -makedir := $(dir $(call lastword,$(MAKEFILE_LIST))) - -MAKEARGS := -C $(makedir)/../../buildroot -MAKEARGS += O=$(if $(patsubst /%,,$(makedir)),$(CURDIR)/)$(patsubst %/,%,$(makedir)) - -MAKEFLAGS += --no-print-directory - -.PHONY: all $(MAKECMDGOALS) - -all := $(filter-out Makefile,$(MAKECMDGOALS)) - -_all: - $(MAKE) $(MAKEARGS) $(all) - -Makefile:; - -$(all): _all - @: - -%/: _all - @: -- cgit v1.2.3