emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-24 r116970: Actually commit msdos/sedadmin.inp.


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-24 r116970: Actually commit msdos/sedadmin.inp.
Date: Wed, 16 Apr 2014 13:31:16 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116970
revision-id: address@hidden
parent: address@hidden
committer: Eli Zaretskii <address@hidden>
branch nick: emacs-24
timestamp: Wed 2014-04-16 16:31:23 +0300
message:
  Actually commit msdos/sedadmin.inp.
added:
  msdos/sedadmin.inp             sedadmin.inp-20140416133102-evfxr7nlwdjq1fio-1
=== added file 'msdos/sedadmin.inp'
--- a/msdos/sedadmin.inp        1970-01-01 00:00:00 +0000
+++ b/msdos/sedadmin.inp        2014-04-16 13:31:23 +0000
@@ -0,0 +1,29 @@
+# -sedadmin.inp-----------------------------------------------------------
+# Configuration script for admin/unidata/Makefile under DJGPP v2.x
+# ----------------------------------------------------------------------
+#
+# Copyright (C) 2014 Free Software Foundation, Inc.
+#
+# This file is part of GNU Emacs.
+#
+# This file is free software; as a special exception, the author gives
+# unlimited permission to copy and/or distribute it, with or without
+# modifications, as long as this notice is preserved.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+#
+# ----------------------------------------------------------------------
+/^SHELL *=/s/^/# /
+/^srcdir *=/s/@address@hidden@/./
+/^top_srcdir *=/s|@address@hidden@|../..|
+/^top_builddir *=/s|@address@hidden@|../..|
+
+/^      *-if /,/^       *fi/d
+/^      *if test -f charprop/,/^        *fi/c\
+       rm -f uni-*.el
+/^      *if test -f \${DSTDIR/,/^       *fi/c\
+       rm -f ${DSTDIR}/uni-*.el ${DSTDIR}/charprop.el
+/^      *cp `sed -n/c\
+       cp uni-*.el ${DSTDIR}


reply via email to

[Prev in Thread] Current Thread [Next in Thread]