forked from Imagelibrary/rtems
Fix from Eric Norum:
There's an explicit invocation of `make' in c/Makefile.in. This breaks for those of us with different `gmake' and `make' programs.
This commit is contained in:
@@ -99,7 +99,7 @@ install_files: $(PROJECT_ROOT)/$(RTEMS_BSP)/Makefile.inc
|
|||||||
-$(RM) -rf $(prefix)/rtems/$(RTEMS_BSP)
|
-$(RM) -rf $(prefix)/rtems/$(RTEMS_BSP)
|
||||||
cd ../; tar cf - $(RTEMS_BSP)/[bilsuM]* | \
|
cd ../; tar cf - $(RTEMS_BSP)/[bilsuM]* | \
|
||||||
(cd $(prefix)/rtems; tar xpBf - )
|
(cd $(prefix)/rtems; tar xpBf - )
|
||||||
cd ../make; make RTEMS_BSP=$(RTEMS_BSP) install
|
cd ../make; $(MAKE) RTEMS_BSP=$(RTEMS_BSP) install
|
||||||
|
|
||||||
tests:
|
tests:
|
||||||
cd src/tests; $(MAKE) all
|
cd src/tests; $(MAKE) all
|
||||||
|
|||||||
Reference in New Issue
Block a user