rump: retrieve port sources using git

fixes #2621
This commit is contained in:
Sebastian Sumpf
2018-01-03 14:55:27 +01:00
committed by Christian Helmuth
parent bac3d620c6
commit 8af45fd5fb
5 changed files with 7 additions and 56 deletions

View File

@@ -10,7 +10,7 @@ $(RUMP_BASE)/include/machine: $(RUMP_BASE)
$(VERBOSE_MK)mkdir -p $(RUMP_BASE)/include
$(VERBOSE_MK)for arch in $(INC_ARCH); do \
ln -sf $(RUMP_PORT_DIR)/src/sys/arch/$$arch/include $(RUMP_BASE)/include/$$arch ; done
$(VERBOSE_MK)touch $(RUMP_BASE)/include/pthread_types.h
$(VERBOSE_MK)touch -a $(RUMP_BASE)/include/pthread_types.h
$(VERBOSE_MK)ln -sf $(INC_MACHINE) $(RUMP_BASE)/include/machine
all: $(RUMP_BASE)/include/machine