Skip to content

Commit

Permalink
python-package ignore bootstrap errors to make sure node files get co…
Browse files Browse the repository at this point in the history
…pied
  • Loading branch information
masonkatz committed Nov 13, 2017
1 parent 8c0e8d4 commit 5cb4ff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/src/foundation/python-packages/Makefile
Expand Up @@ -11,7 +11,7 @@ RPM.STRATEGY = custom
include $(STACKBUILD)/etc/CCRules.mk

bootstrap rpm: src
for x in src/*; do $(MAKE) -C $$x $@; done
-for x in src/*; do $(MAKE) -C $$x $@; done
cp manifest.d/*.manifest $(ROLLROOT)/common/manifest.d/
cp nodes/*.xml $(ROLLROOT)/common/nodes/
cp graph/*.xml $(ROLLROOT)/common/graph/
Expand Down

0 comments on commit 5cb4ff9

Please sign in to comment.