Guest User

Untitled

a guest
May 27th, 2018
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. From 2c199b71040c8469d6ae204cd799f5c15047f8aa Mon Sep 17 00:00:00 2001
  2. From: =?utf-8?q?Arne=20Skj=C3=A6rholt?= <arnsholt@gmail.com>
  3. Date: Tue, 8 Jun 2010 18:33:53 +0200
  4. Subject: [PATCH] Mark test and clean targets as phony.
  5.  
  6. ---
  7. ufo | 2 ++
  8. 1 files changed, 2 insertions(+), 0 deletions(-)
  9.  
  10. diff --git a/ufo b/ufo
  11. index db49b68..41d3b5b 100755
  12. --- a/ufo
  13. +++ b/ufo
  14. @@ -91,6 +91,8 @@ $makefile.say($sources);
  15. $makefile.say(qq[
  16. PIRS=\$(patsubst %.pm6,%.pir,\$(SOURCES:.pm=.pir))
  17.  
  18. +.PHONY: test clean
  19. +
  20. all: \$(PIRS)
  21.  
  22. %.pir: %.pm
  23. --
  24. 1.5.6.3
Add Comment
Please, Sign In to add comment