m68k: simplify a Jamfile.
I'm copypasting a lot from this, so I may as well clean it up while I'm at it. Change-Id: I9288c087abbf95475f980b5539f2fd19fad7f775 Reviewed-on: https://review.haiku-os.org/c/1136 Reviewed-by: waddlesplash <[email protected]>
This commit is contained in:
@@ -1,25 +1,20 @@
|
|||||||
SubDir HAIKU_TOP src system libroot posix arch m68k ;
|
SubDir HAIKU_TOP src system libroot posix arch m68k ;
|
||||||
|
|
||||||
local architectureObject ;
|
local architecture = $(TARGET_ARCH) ;
|
||||||
for architectureObject in [ MultiArchSubDirSetup m68k ] {
|
|
||||||
on $(architectureObject) {
|
|
||||||
local architecture = $(TARGET_PACKAGING_ARCH) ;
|
|
||||||
|
|
||||||
UsePrivateSystemHeaders ;
|
UsePrivateSystemHeaders ;
|
||||||
|
|
||||||
local genericSources =
|
local genericSources =
|
||||||
setjmp_save_sigs.c
|
setjmp_save_sigs.c
|
||||||
longjmp_return.c
|
longjmp_return.c
|
||||||
;
|
;
|
||||||
|
|
||||||
MergeObject <$(architecture)>posix_arch_$(TARGET_ARCH).o :
|
MergeObject <$(TARGET_ARCH)>posix_arch_$(TARGET_ARCH).o :
|
||||||
sigsetjmp.S
|
sigsetjmp.S
|
||||||
siglongjmp.S
|
siglongjmp.S
|
||||||
|
|
||||||
$(genericSources)
|
$(genericSources)
|
||||||
;
|
;
|
||||||
|
|
||||||
SEARCH on [ FGristFiles $(genericSources) ]
|
SEARCH on [ FGristFiles $(genericSources) ]
|
||||||
= [ FDirName $(SUBDIR) $(DOTDOT) generic ] ;
|
= [ FDirName $(SUBDIR) $(DOTDOT) generic ] ;
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user