# --- T2-COPYRIGHT-NOTE-BEGIN --- # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # T2 SDE: package/.../make/no-sccs-test.patch # Copyright (C) 2007 The T2 SDE Project # # More information can be found in the files COPYING and README. # # This patch file is dual-licensed. It is available under the license the # patched project is licensed under, as long as it is an OpenSource license # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms # of the GNU General Public License as published by the Free Software # Foundation; either version 2 of the License, or (at your option) any later # version. # --- T2-COPYRIGHT-NOTE-END --- We must not use sccs, e.g. Bitkeeper, as it results in new files in /root/.bk beeing created - if Bitkeeper is installed. --- make-3.81/configure.orig 2007-06-18 09:51:37.000000000 +0200 +++ make-3.81/configure 2007-06-18 09:58:01.000000000 +0200 @@ -13567,38 +13567,10 @@ cat >>confdefs.h <<_ACEOF #define SCCS_GET "$make_cv_path_sccs_get" +#define SCCS_GET_MINUS_G 0 _ACEOF -ac_clean_files="$ac_clean_files s.conftest conftoast" # Remove these later. -if ( /usr/sccs/admin -n s.conftest || admin -n s.conftest ) >/dev/null 2>&1 && - test -f s.conftest; then - # We successfully created an SCCS file. - echo "$as_me:$LINENO: checking if SCCS get command understands -G" >&5 -echo $ECHO_N "checking if SCCS get command understands -G... $ECHO_C" >&6 -if test "${make_cv_sys_get_minus_G+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else - - if $make_cv_path_sccs_get -Gconftoast s.conftest >/dev/null 2>&1 && - test -f conftoast; then - make_cv_sys_get_minus_G=yes - else - make_cv_sys_get_minus_G=no - fi -fi -echo "$as_me:$LINENO: result: $make_cv_sys_get_minus_G" >&5 -echo "${ECHO_T}$make_cv_sys_get_minus_G" >&6 - case "$make_cv_sys_get_minus_G" in - yes) -cat >>confdefs.h <<\_ACEOF -#define SCCS_GET_MINUS_G 1 -_ACEOF -;; - esac -fi -rm -f s.conftest conftoast - # Check the system to see if it provides GNU glob. If not, use our # local version.