summaryrefslogtreecommitdiff
path: root/scripts/pathdown.sh
AgeCommit message (Collapse)Author
2002-05-24kbuild: Use consistently FORCE instead of dummyKai Germaschewski
FORCE is the de-facto standard name for a prequisite to force recompilation, so instead of using a mix of 'dummy','FORCE' and 'FORCE_RECOMPILE' use 'FORCE' everywhere. Also, move figuring out the path relative to the top level dir into Rules.make, instead of calling an external script.
2002-02-04Import changesetLinus Torvalds