forked from Imagelibrary/rtems
2001-01-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Remove subshell from *.a processing in librtemsall.a rule.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2001-01-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* Makefile.am: Remove subshell from *.a processing in librtemsall.a
|
||||||
|
rule.
|
||||||
|
|
||||||
2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
|
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
|
||||||
|
|||||||
@@ -60,10 +60,10 @@ $(LIB): $(SRCS)
|
|||||||
fi; \
|
fi; \
|
||||||
;; \
|
;; \
|
||||||
*.a) \
|
*.a) \
|
||||||
(cd $(ARCH); \
|
cd $(ARCH); \
|
||||||
$(AR) x ../$$f; \
|
$(AR) xv ../$$f || exit 1; \
|
||||||
test $$? -eq 0 || exit 1; \
|
chmod a-w * ; \
|
||||||
chmod a-w *; ) \
|
cd ..; \
|
||||||
;; \
|
;; \
|
||||||
esac; \
|
esac; \
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user