X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2FMakefile.build;h=d4c6d659d0afc5af2da03dbe67751d10beff0324;hb=251b51f76f0594460e1cfbf2c05576fb445b861b;hp=aa8e650dffb18ea253398ef642e345e1edc6e178;hpb=c9613f4d1fd208911409de6f82b430e5f9a595ae;p=pintos-anon diff --git a/src/Makefile.build b/src/Makefile.build index aa8e650..d4c6d65 100644 --- a/src/Makefile.build +++ b/src/Makefile.build @@ -67,9 +67,6 @@ DEPENDS = $(patsubst %.o,%.d,$(OBJECTS)) all: os.dsk -threads/intr-stubs.S: threads/intr-stubs.pl threads/loader.h - $< > $@.tmp && mv $@.tmp $@ - threads/kernel.lds.s: CPPFLAGS += -P threads/kernel.lds.s: threads/kernel.lds.S threads/loader.h @@ -92,7 +89,7 @@ os.dsk: loader.bin kernel.bin clean: $(RM) -f $(OBJECTS) $(DEPENDS) - $(RM) -f threads/intr-stubs.S threads/loader.o + $(RM) -f threads/loader.o $(RM) -f kernel.o kernel.lds.s $(RM) -f kernel.bin loader.bin