[Lunar-commits] r24256 - moonbase/trunk/xorg7/x11-util/makedepend
Florin Braescu
florin at lunar-linux.org
Sat Apr 28 12:40:55 CEST 2007
Author: florin
Date: 2007-04-28 12:40:55 +0200 (Sat, 28 Apr 2007)
New Revision: 24256
Modified:
moonbase/trunk/xorg7/x11-util/makedepend/DETAILS
Log:
bump the version from 1.0.0 to 1.0.1. bugfixes release.
Modified: moonbase/trunk/xorg7/x11-util/makedepend/DETAILS
===================================================================
--- moonbase/trunk/xorg7/x11-util/makedepend/DETAILS 2007-04-28 10:04:07 UTC (rev 24255)
+++ moonbase/trunk/xorg7/x11-util/makedepend/DETAILS 2007-04-28 10:40:55 UTC (rev 24256)
@@ -1,12 +1,20 @@
MODULE=makedepend
- VERSION=X11R7.0-1.0.0
+ VERSION=1.0.1
SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE_URL=$XORG_URL/X11R7.0/src/everything/
- SOURCE_VFY=sha1:28210cfc5666b303cb735edf3cf77183b76c3001
+ SOURCE_URL=$XORG_URL/individual/util
+ SOURCE_VFY=sha1:c795cdc754d8c9c73e6a310e41eab37c5ab867bf
MODULE_PREFIX=${X11R7_PREFIX:-/usr}
WEB_SITE=http://www.x.org/
ENTERED=20060227
- UPDATED=20060227
- SHORT=""
+ UPDATED=20070428
+ SHORT="makedepend create dependencies in makefiles"
+
cat << EOF
+program reads each sourcefile in sequence and parses it like a
+C-preprocessor, processing all
+ #include, #define, #undef, #ifdef, #ifndef, #endif, #if, #elif
+and
+ #else
+directives so that it can correctly tell which #include directives
+would be used in a compilation.
EOF
More information about the Lunar-commits
mailing list