Depend on new stat-macros module
authorJim Meyering <jim@meyering.net>
Tue, 22 Mar 2005 07:44:16 +0000 (07:44 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 22 Mar 2005 07:44:16 +0000 (07:44 +0000)
rather than listing lib/stat-macros.h manually.
Don't add stat-macros.h to lib_SOURCES or list it in Files: section.

modules/canonicalize
modules/euidaccess
modules/file-type
modules/filemode
modules/lchown
modules/makepath
modules/rmdir
modules/stat

index df7171c0c5b8db711fe4d1572fa7b68d51da57ff..42b50fcafe197a5ffe16b5256be1c764888339e4 100644 (file)
@@ -4,12 +4,12 @@ Return the canonical absolute name of a given file.
 Files:
 lib/canonicalize.h
 lib/canonicalize.c
-lib/stat-macros.h
 m4/canonicalize.m4
 
 Depends-on:
 cycle-check
 path-concat
+stat-macros
 xalloc
 xgetcwd
 xreadlink
index 8d4bb875289f37c6f693ec700fddac1fe41b82d1..9773941c8881e136f6f49767ac7737080faa8999 100644 (file)
@@ -4,17 +4,17 @@ euidaccess() function: check effective user's permissions for a file.
 Files:
 lib/euidaccess.h
 lib/euidaccess.c
-lib/stat-macros.h
 m4/euidaccess.m4
 
 Depends-on:
 group-member
+stat-macros
 
 configure.ac:
 gl_FUNC_EUIDACCESS
 
 Makefile.am:
-lib_SOURCES += euidaccess.h stat-macros.h
+lib_SOURCES += euidaccess.h
 
 Include:
 "euidaccess.h"
@@ -24,4 +24,3 @@ LGPL
 
 Maintainer:
 Jim Meyering, glibc
-
index fe9909e5d6a0cd7b4966e01589bfb810f5e8f5b4..fcfc67248906fc6da4a6e3fd7db70558520fb63f 100644 (file)
@@ -4,11 +4,11 @@ Return a string describing the type of a file.
 Files:
 lib/file-type.h
 lib/file-type.c
-lib/stat-macros.h
 m4/file-type.m4
 
 Depends-on:
 gettext
+stat-macros
 
 configure.ac:
 gl_FILE_TYPE
index 14567eb7b2f8646b004a2cad5a03998b86dceb81..b45e692e7b974cf94bb748d73fead6a1e8adda2a 100644 (file)
@@ -5,10 +5,10 @@ file.
 Files:
 lib/filemode.h
 lib/filemode.c
-lib/stat-macros.h
 m4/filemode.m4
 
 Depends-on:
+stat-macros
 
 configure.ac:
 gl_FILEMODE
index df65a51a5f4db304cf978a33e9d5c56dff12feb8..81d488a2b94e54dda87793407f1c198af8c19ab3 100644 (file)
@@ -4,17 +4,16 @@ lchown() function: change ownership of a file.
 Files:
 lib/lchown.h
 lib/lchown.c
-lib/stat-macros.h
 m4/lchown.m4
 
 Depends-on:
 chown
+stat-macros
 
 configure.ac:
 gl_FUNC_LCHOWN
 
 Makefile.am:
-lib_SOURCES += stat-macros.h
 
 Include:
 "lchown.h"
@@ -24,4 +23,3 @@ GPL
 
 Maintainer:
 Jim Meyering
-
index 05eacdb1bd2337b720c4e55e4ec9fcec0c6f121e..209fc2acb25a05e50916ac21cafc88f49165c978 100644 (file)
@@ -4,7 +4,6 @@ Ensure that a directory path exists.
 Files:
 lib/makepath.h
 lib/makepath.c
-lib/stat-macros.h
 m4/afs.m4
 m4/makepath.m4
 
@@ -16,6 +15,7 @@ save-cwd
 dirname
 error
 quote
+stat-macros
 
 configure.ac:
 gl_MAKEPATH
index 0dff3121a554223482ae132f13bd2e61605d47fa..a67be2b69a93009e916591ab3d31455704c73a98 100644 (file)
@@ -3,16 +3,15 @@ rmdir() function: delete a directory.
 
 Files:
 lib/rmdir.c
-lib/stat-macros.h
 m4/rmdir.m4
 
 Depends-on:
+stat-macros
 
 configure.ac:
 gl_FUNC_RMDIR
 
 Makefile.am:
-lib_SOURCES += stat-macros.h
 
 Include:
 <unistd.h>
@@ -22,4 +21,3 @@ GPL
 
 Maintainer:
 Jim Meyering
-
index 4923b5724d0348210147a670fa833244ff165978..f9425d96c01aac8b8ab6559d76df5ac83ee27257 100644 (file)
@@ -3,17 +3,16 @@ stat() function: return information about a file, following symbolic links.
 
 Files:
 lib/stat.c
-lib/stat-macros.h
 m4/stat.m4
 
 Depends-on:
 xalloc
+stat-macros
 
 configure.ac:
 gl_FUNC_STAT
 
 Makefile.am:
-lib_SOURCES += stat-macros.h
 
 Include:
 <sys/stat.h>