projects
/
pintos-anon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
275c683
)
Use ln -f for linking Makefile into build dir.
author
Ben Pfaff
<blp@cs.stanford.edu>
Sat, 11 Sep 2004 18:48:38 +0000
(18:48 +0000)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Sat, 11 Sep 2004 18:48:38 +0000
(18:48 +0000)
src/Makefile.kernel
patch
|
blob
|
history
diff --git
a/src/Makefile.kernel
b/src/Makefile.kernel
index 92522faf4b3f12a60c9e2ace9c54d3c849c53483..91146a844925c29edf1fa48bac2403986cbcb4c8 100644
(file)
--- a/
src/Makefile.kernel
+++ b/
src/Makefile.kernel
@@
-11,7
+11,7
@@
$(BUILD_SUBDIRS):
build:
$(MKDIR) $@
build/Makefile: ../Makefile.build
- $(LN) $< $@
+ $(LN)
-f
$< $@
clean:
rm -rf build