[BACK]Return to Makefile.xf86-driver CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / external / mit / xorg / server / drivers

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/external/mit/xorg/server/drivers/Makefile.xf86-driver between version 1.6 and 1.7

version 1.6, 2008/08/10 09:38:22 version 1.7, 2008/08/10 10:26:10
Line 8  LIBISMODULE= yes
Line 8  LIBISMODULE= yes
 LIB=    ${DRIVER_NAME}  LIB=    ${DRIVER_NAME}
   
 PRINT_PACKAGE_VERSION=  awk '/^PACKAGE_VERSION=/ {                      \  PRINT_PACKAGE_VERSION=  awk '/^PACKAGE_VERSION=/ {                      \
                                 match($$1, "[0-9]+\.[0-9]+\.[0-9]+");   \                                  match($$1, "[0-9]+\\.[0-9]+\\.[0-9]+"); \
                                 version = substr($$1, RSTART, RLENGTH); \                                  version = substr($$1, RSTART, RLENGTH); \
                         } END { print version }'                        \                          } END { print version }'                        \
                         ${X11SRCDIR.${DRIVER}}/configure                          ${X11SRCDIR.${DRIVER}}/configure

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

CVSweb <webmaster@jp.NetBSD.org>