Recent changes

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The following changes since commit 27a779bf592d1ebe825e199ff0940aa25ccaf05b:

  Fio 1.55 (2011-05-26 20:57:30 +0200)

are available in the git repository at:
  git://git.kernel.dk/fio.git master

Michael Zappe (1):
      Fix Makefile depend issue

 Makefile |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

---

Diff of recent changes:

diff --git a/Makefile b/Makefile
index ea74354..b609deb 100644
--- a/Makefile
+++ b/Makefile
@@ -69,18 +69,18 @@ prefix = /usr/local
 bindir = $(prefix)/bin
 mandir = $(prefix)/man
 
-.c.o:
+all: .depend $(PROGS) $(SCRIPTS)
+
+.c.o: .depend
 	$(QUIET_CC)$(CC) -o $@ -c $(CFLAGS) $(CPPFLAGS) $<
 
 fio: $(OBJS)
 	$(QUIET_CC)$(CC) $(LDFLAGS) $(CFLAGS) -o $@ $(OBJS) $(LIBS)
 
-depend:
+.depend: $(SOURCE)
 	$(QUIET_DEP)$(CC) -MM $(CFLAGS) $(CPPFLAGS) $(SOURCE) 1> .depend
 
-$(PROGS): depend
-
-all: depend $(PROGS) $(SCRIPTS)
+$(PROGS): .depend
 
 clean:
 	-rm -f .depend $(OBJS) $(PROGS) core.* core
--
To unsubscribe from this list: send the line "unsubscribe fio" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Kernel]     [Linux SCSI]     [Linux IDE]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux SCSI]

  Powered by Linux