make-3.82-oneshell.patch 931 B

12345678910111213141516171819202122232425
  1. fix from upstream cvs
  2. ----------------------------
  3. revision 1.245
  4. date: 2010-08-13 22:50:14 -0400; author: psmith; state: Exp; lines: +1 -1; commitid: 4UaslPqQHZTs5wKu;
  5. - Add oneshell to $(.FEATURES) (forgot that!)
  6. Index: main.c
  7. ===================================================================
  8. RCS file: /sources/make/make/main.c,v
  9. retrieving revision 1.244
  10. retrieving revision 1.245
  11. diff -u -p -r1.244 -r1.245
  12. --- main.c 10 Aug 2010 07:35:34 -0000 1.244
  13. +++ main.c 14 Aug 2010 02:50:14 -0000 1.245
  14. @@ -1138,7 +1138,7 @@ main (int argc, char **argv, char **envp
  15. a macro and some compilers (MSVC) don't like conditionals in macros. */
  16. {
  17. const char *features = "target-specific order-only second-expansion"
  18. - " else-if shortest-stem undefine"
  19. + " else-if shortest-stem undefine oneshell"
  20. #ifndef NO_ARCHIVES
  21. " archives"
  22. #endif