Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- all:
- @: $(MAKE); $(unstage)
- +@r=`${PWD_COMMAND}`; export r; \ <------ This is the line.
- s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
- $(MAKE) $(RECURSE_FLAGS_TO_PASS) \
- $(PGO_BUILD_GEN_FLAGS_TO_PASS) all-host all-target \
- && :
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement