compile resources only once for all tar binaries
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10107 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
ca49cc71de
commit
e6744e874c
@ -8,6 +8,9 @@ SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) ] ;
|
||||
SubDirCcFlags -DHAVE_CONFIG_H ;
|
||||
}
|
||||
|
||||
local tar_rsrc = [ FGristFiles tar.rsrc ] ;
|
||||
ResComp $(tar_rsrc) : [ FGristFiles tar.rdef ] ;
|
||||
|
||||
BinCommand tar :
|
||||
buffer.c
|
||||
compare.c
|
||||
@ -26,9 +29,9 @@ BinCommand tar :
|
||||
tar.c
|
||||
update.c
|
||||
utf8.c
|
||||
: libtar.a : tar.rdef ;
|
||||
: libtar.a : tar.rsrc ;
|
||||
|
||||
BinCommand rmt :
|
||||
rmt.c
|
||||
: libtar.a $(NETWORK_LIBS) : tar.rdef
|
||||
: libtar.a $(NETWORK_LIBS) : tar.rsrc
|
||||
;
|
||||
|
Loading…
Reference in New Issue
Block a user