From 4f670845ff9ab6c48bcb5f7bf4d4ef6dc3c3064b Mon Sep 17 00:00:00 2001 From: manuel Date: Tue, 27 Mar 2012 11:51:08 +0200 Subject: reorganize file structure to match the upstream requirements --- pintos-progos/Makefile.kernel | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 pintos-progos/Makefile.kernel (limited to 'pintos-progos/Makefile.kernel') diff --git a/pintos-progos/Makefile.kernel b/pintos-progos/Makefile.kernel deleted file mode 100644 index 162a411..0000000 --- a/pintos-progos/Makefile.kernel +++ /dev/null @@ -1,20 +0,0 @@ -# -*- makefile -*- - -all: - -include Make.vars - -DIRS = $(sort $(addprefix build/,$(KERNEL_SUBDIRS) $(TEST_SUBDIRS) lib/user)) - -all grade check: $(DIRS) build/Makefile - cd build && $(MAKE) $@ -$(DIRS): - mkdir -p $@ -build/Makefile: ../Makefile.build - cp $< $@ - -build/%: $(DIRS) build/Makefile - cd build && $(MAKE) $* - -clean: - rm -rf build -- cgit v1.2.3