[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 2/5] Updated the Makefile (unionfs -> unionmount)
From: |
Sergiu Ivanov |
Subject: |
[PATCH 2/5] Updated the Makefile (unionfs -> unionmount) |
Date: |
Tue, 26 May 2009 23:31:54 +0300 |
diff --git a/Makefile b/Makefile
index 3129031..b7e5716 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,9 @@
-# Hurd unionfs
-# Copyright (C) 2001, 2002, 2003, 2005 Free Software Foundation, Inc.
-# Written by Jeroen Dekkers <jeroen@dekkers.cx>.
+# Hurd unionmount
+#
+# Copyright (C) 2001, 2002, 2003, 2005, 2009 Free Software Foundation,
+# Inc. Written by Jeroen Dekkers <jeroen@dekkers.cx>.
+#
+# Extended by Sergiu Ivanov <unlimitedscolobb@gmail.com>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -68,12 +71,12 @@ vpath %.defs $(prefix)/include/hurd
-all: unionfs
+all: unionmount
-unionfs: $(OBJS) fs_notifyServer.o
+unionmount: $(OBJS) fs_notifyServer.o
$(CC) -o $@ $(OBJS) fs_notifyServer.o $(LDFLAGS)
-unionfs.static: $(OBJS) fs_notifyServer.o
+unionmount.static: $(OBJS) fs_notifyServer.o
$(CC) -static -o $@ $(OBJS) fs_notifyServer.o $(LDFLAGS)
fs_notifyServer.o: fs_notifyServer.c
@@ -81,4 +84,4 @@ fs_notifyServer.o: fs_notifyServer.c
.PHONY: clean
clean:
- rm -rf *.o fs_notifyServer.c fs_notify_S.h unionfs
+ rm -rf *.o fs_notifyServer.c fs_notify_S.h unionmount
--
1.5.2.4
- [PATCH 2/5] Updated the Makefile (unionfs -> unionmount),
Sergiu Ivanov <=