mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-07-23 20:01:47 +08:00
Clean Up Makefile
- Remove explicit setting of $PATH - Fix line length issue on install for loop
This commit is contained in:
parent
9bc03ed8eb
commit
7e970b1d4a
4
Makefile
4
Makefile
@ -339,12 +339,12 @@ $(LIB): $(C_O_FILES)
|
||||
$(AR) rcu $@ $^
|
||||
|
||||
lib_usb:
|
||||
export PATH=$(PATH):/usr/local/gcc-4.5.2/bin ; \
|
||||
make $(LIB)
|
||||
|
||||
install: $(LIB)
|
||||
install -c -m 644 $(LIB) $(INSTALL_BASE)
|
||||
for i in `find . -name '*.h'` ; do install -c -m 644 -D "$$i" "$(INSTALL_BASE)/include/$$i" ; done
|
||||
for i in `find . -name '*.h'` ; do \
|
||||
install -c -m 644 -D "$$i" "$(INSTALL_BASE)/include/$$i" ; done
|
||||
|
||||
clean:
|
||||
rm -f -r $(PROJECT_INCLUDE)/rtems/freebsd
|
||||
|
Loading…
x
Reference in New Issue
Block a user