remove MakeLocate and MkDir1 which are in our Jambase. (make sure your jam is up to date from svn!)

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14015 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Andrew Bachmann 2005-08-21 00:17:01 +00:00
parent 794df3bf25
commit e0e43511c8

View File

@ -386,22 +386,6 @@ rule SetupDefaultIncludes
# Things Jam needs in order to work :)
#-------------------------------------------------------------------------------
# TODO: back-ported from jam 2.5: remove when not longer needed
rule MakeLocate
{
if $(>)
{
LOCATE on $(<) = $(>) ;
Depends $(<) : $(>[1]:G=dir) ;
MkDir $(>[1]:G=dir) ;
}
}
actions MkDir1
{
$(MKDIR) "$(<)"
}
rule Object
{
# This is basically the original Jambase 2.4 Object rule stripped by