HomeSort by: relevance | last modified time | path
    Searched refs:PATCH (Results 1 - 11 of 11) sorted by relevancy

  /src/external/gpl3/gcc/dist/contrib/
prepare_patch.sh 4 # Prepares a patch for the patch tester.
28 PATCHES_DIR is the directory where the patch will be copied to.
49 echo "Enter a name for this patch: "
51 PATCH=$PATCHES/`TZ=UTC date +"%Y_%m_%d_%H_%M_%S"`_$name.diff
55 echo "email:$email" >> $PATCH
63 echo "branch:$svn_branch" >> $PATCH
71 echo "revision:$svn_revision" >> $PATCH
75 echo "configure:$configure_options" >> $PATCH
79 echo "make:$make_options" >> $PATCH
    [all...]
patch_tester.sh 63 same revision and patch with multiple sets of configure options, as
186 PATCH=
230 svn_branch=`grep "^branch:" $PATCH | sed -e "s/^branch://g" -e "s/ //g"`
235 svn_revision=`grep "^revision:" $PATCH | sed -e "s/^revision://g" -e "s/ //g"`
284 if ! gpg --batch --verify $PATCH &> $TESTING/gpgverify ; then
285 report "your patch failed to verify:"
292 if ! patch -p0 < $PATCH &> $TESTING/patching ; then
293 report "your patch failed to apply:"
294 report "(check that the patch was created at the top level)
    [all...]
  /src/external/gpl3/gcc.old/dist/contrib/
prepare_patch.sh 4 # Prepares a patch for the patch tester.
28 PATCHES_DIR is the directory where the patch will be copied to.
49 echo "Enter a name for this patch: "
51 PATCH=$PATCHES/`TZ=UTC date +"%Y_%m_%d_%H_%M_%S"`_$name.diff
55 echo "email:$email" >> $PATCH
63 echo "branch:$svn_branch" >> $PATCH
71 echo "revision:$svn_revision" >> $PATCH
75 echo "configure:$configure_options" >> $PATCH
79 echo "make:$make_options" >> $PATCH
    [all...]
patch_tester.sh 63 same revision and patch with multiple sets of configure options, as
186 PATCH=
230 svn_branch=`grep "^branch:" $PATCH | sed -e "s/^branch://g" -e "s/ //g"`
235 svn_revision=`grep "^revision:" $PATCH | sed -e "s/^revision://g" -e "s/ //g"`
284 if ! gpg --batch --verify $PATCH &> $TESTING/gpgverify ; then
285 report "your patch failed to verify:"
292 if ! patch -p0 < $PATCH &> $TESTING/patching ; then
293 report "your patch failed to apply:"
294 report "(check that the patch was created at the top level)
    [all...]
  /src/crypto/external/bsd/heimdal/dist/include/
NTMakefile 103 s/\@PATCH\@/$(VER_PRODUCT_PATCH)/;
config.h.w32 1475 #define RC_PRODVER_PATCH @PATCH@
1477 #define RC_PRODVER_C @MAJOR@,@MINOR@,@AUX@,@PATCH@
1479 #define RC_PRODVER_CS "@MAJOR@,@MINOR@,@AUX@,@PATCH@"
1481 #define RC_PRODVER_DS "@MAJOR@.@MINOR@.@AUX@.@PATCH@"
  /src/external/mit/libcbor/lib/
Makefile 27 .for i in MAJOR MINOR PATCH
  /src/external/gpl2/xcvs/dist/src/
cvs.h 192 /* cvsacl patch */
326 CHECKOUT, TAG, PATCH, EXPORT, MISC
467 /* cvsacl patch */
468 /* ACL Patch settings from CVSROOT/config */
830 T_PATCH, /* P Like C, but can patch */
885 /* cvsacl patch */
917 int patch (int argc, char **argv);
patch.c 13 * Patch
15 * Create a Larry Wall format "patch" file between a previous release and the
20 __RCSID("$NetBSD: patch.c,v 1.7 2016/05/17 14:00:09 christos Exp $");
60 "\t-s\tShort patch - one liner per file.\n",
73 patch (int argc, char **argv) function
259 err += do_module (db, argv[i], PATCH, "Patching", patch_proc,
478 /* For adds & removes with a short patch requested, we can print our
503 /* cvsacl patch */
634 * reasonable file names that "patch" will understand, unless the
635 * user wanted a short patch. In that case, just output the shor
    [all...]
  /src/crypto/external/bsd/openssl/dist/
Configure 72 # including patch releases. If 'no-deprecated' is also
341 $config{patch} = $version{PATCH} // 'unknown';
349 $config{version} = "$config{major}.$config{minor}.$config{patch}";
356 && defined $version{PATCH}
  /src/crypto/external/apache2/openssl/dist/
Configure 72 # including patch releases. If 'no-deprecated' is also
363 $config{patch} = $version{PATCH} // 'unknown';
371 $config{version} = "$config{major}.$config{minor}.$config{patch}";
378 && defined $version{PATCH}

Completed in 34 milliseconds