build: Remove the temp hack for libraries renaming transition

This commit is contained in:
Haitao Li 2011-12-16 17:01:48 +08:00
parent 9bb290c725
commit 55cc110822
1 changed files with 0 additions and 8 deletions

View File

@ -13,21 +13,13 @@ $(HLIB0_H_$(CFG_HOST_TRIPLE))/$(CFG_RUNTIME): \
$(HBIN0_H_$(CFG_HOST_TRIPLE))/rustc$(X)
$(Q)touch $@
## FIXME temporary hack for snapshot transition
CORELIB_DUMMY :=$(call CFG_LIB_NAME,core-dummy)
STDLIB_DUMMY :=$(call CFG_LIB_NAME,std-dummy)
$(HLIB0_H_$(CFG_HOST_TRIPLE))/$(CFG_CORELIB): \
$(HBIN0_H_$(CFG_HOST_TRIPLE))/rustc$(X)
$(Q)touch $@
$(foreach target,$(CFG_TARGET_TRIPLES),\
$(shell touch $(CFG_HOST_TRIPLE)/stage0/lib/rustc/$(target)/lib/$(CORELIB_DUMMY)))
$(HLIB0_H_$(CFG_HOST_TRIPLE))/$(CFG_STDLIB): \
$(HBIN0_H_$(CFG_HOST_TRIPLE))/rustc$(X)
$(Q)touch $@
$(foreach target,$(CFG_TARGET_TRIPLES),\
$(shell touch $(CFG_HOST_TRIPLE)/stage0/lib/rustc/$(target)/lib/$(STDLIB_DUMMY)))
$(HLIB0_H_$(CFG_HOST_TRIPLE))/$(CFG_RUSTLLVM): \
$(HBIN0_H_$(CFG_HOST_TRIPLE))/rustc$(X)