mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-30 08:03:59 +00:00
Third shot at moving arch/ into config/ .
/trunk/Makefile.in | 2 1 1 0 +- 1 file changed, 1 insertion(+), 1 deletion(-)
This commit is contained in:
parent
50ea3b751d
commit
67b3e099c5
@ -111,7 +111,7 @@ install-bin: $(BINDIR)
|
||||
install-lib: uninstall-lib $(LIBDIR) install-lib-main install-lib-samples
|
||||
|
||||
install-lib-main: $(LIBDIR)
|
||||
@for src_dir in arch config kconfig patches scripts tools; do \
|
||||
@for src_dir in config kconfig patches scripts tools; do \
|
||||
echo " INST '$${src_dir}/'"; \
|
||||
tar cf - --exclude=.svn $${src_dir} |(cd "$(LIBDIR)"; tar xf -); \
|
||||
done
|
||||
|
Loading…
x
Reference in New Issue
Block a user