Advertisement
GegoXaren

Untitled

Jul 17th, 2023
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. all:
  2. @: $(MAKE); $(unstage)
  3. +@r=`${PWD_COMMAND}`; export r; \ <------ This is the line.
  4. s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
  5. $(MAKE) $(RECURSE_FLAGS_TO_PASS) \
  6. $(PGO_BUILD_GEN_FLAGS_TO_PASS) all-host all-target \
  7. && :
  8.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement