Advertisement
svenhoefer

Untitled

Oct 14th, 2017
497
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. $(SOURCE_DIR)/ni-ofgwrite:
  2. git clone git@bitbucket.org:neutrino-images/ni-ofgwrite.git $@
  3.  
  4. ni-ofgwrite: $(SOURCE_DIR)/ni-ofgwrite | $(TARGETPREFIX)
  5. $(REMOVE)/ni-ofgwrite
  6. tar -C $(SOURCE_DIR) -cp ni-ofgwrite --exclude-vcs | tar -C $(BUILD_TMP) -x
  7. cd $(BUILD_TMP)/ni-ofgwrite; \
  8. $(BUILDENV) \
  9. $(MAKE) && \
  10. install -m 755 $(BUILD_TMP)/ni-ofgwrite/ofgwrite_bin $(TARGETPREFIX)/bin
  11. install -m 755 $(BUILD_TMP)/ni-ofgwrite/ofgwrite $(TARGETPREFIX)/bin
  12. $(REMOVE)/ni-ofgwrite
  13. touch $(D)/$@
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement