mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
removed commented out line performing a link
This commit is contained in:
@@ -32,7 +32,6 @@ $(LIB): ${LIBS} $(RELS)
|
||||
cd $(ARCH); for lib in $(LIBS:%=../%); do \
|
||||
$(AR) -xv $$lib; \
|
||||
done
|
||||
# cd $(ARCH); $(LN) -s $(RELS:%=../%) .
|
||||
$(RM) $@
|
||||
$(AR) ruv $@ $(ARCH)/*
|
||||
$(MKLIB) $@
|
||||
|
||||
@@ -32,7 +32,6 @@ $(LIB): ${LIBS} $(RELS)
|
||||
cd $(ARCH); for lib in $(LIBS:%=../%); do \
|
||||
$(AR) -xv $$lib; \
|
||||
done
|
||||
# cd $(ARCH); $(LN) -s $(RELS:%=../%) .
|
||||
$(RM) $@
|
||||
$(AR) ruv $@ $(ARCH)/*
|
||||
$(MKLIB) $@
|
||||
|
||||
Reference in New Issue
Block a user