emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r115268: Remove left-overs from using nt/mingw-cfg.s


From: Eli Zaretskii
Subject: [Emacs-diffs] trunk r115268: Remove left-overs from using nt/mingw-cfg.site as a CONFIG_SITE file.
Date: Thu, 28 Nov 2013 17:46:49 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 115268
revision-id: address@hidden
parent: address@hidden
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Thu 2013-11-28 19:45:26 +0200
message:
  Remove left-overs from using nt/mingw-cfg.site as a CONFIG_SITE file.
  
   GNUmakefile (Makefile): Don't use $(CFG).
   (CFG): Don't compute.
modified:
  ChangeLog                      changelog-20091113204419-o5vbwnq5f7feedwu-1538
  GNUmakefile                    gnumakefile-20110727202302-ugo0pst2pl1an1s9-1
=== modified file 'ChangeLog'
--- a/ChangeLog 2013-11-28 17:35:13 +0000
+++ b/ChangeLog 2013-11-28 17:45:26 +0000
@@ -1,5 +1,8 @@
 2013-11-28  Eli Zaretskii  <address@hidden>
 
+       * GNUmakefile (Makefile): Don't use $(CFG).
+       (CFG): Don't compute.
+
        * configure.ac (PATH_SEP): Set and AC_SUBST.
 
 2013-11-27  Paul Eggert  <address@hidden>

=== modified file 'GNUmakefile'
--- a/GNUmakefile       2013-11-05 07:54:03 +0000
+++ b/GNUmakefile       2013-11-28 17:45:26 +0000
@@ -32,12 +32,6 @@
 # run "configure" by hand.  But run autogen.sh first, if the source
 # was checked out directly from the repository.
 
-ifneq ($(MSYSTEM),)
-CFG = CONFIG_SITE=$(CURDIR)/nt/mingw-cfg.site
-else
-CFG =
-endif
-
 # If a Makefile already exists, just use it.
 
 ifeq ($(wildcard Makefile),Makefile)
@@ -75,7 +69,7 @@
 Makefile: configure
        @echo >&2 'There seems to be no Makefile in this directory.'
        @echo >&2 'Running ./configure ...'
-       $(CFG) ./configure
+       ./configure
        @echo >&2 'Makefile built.'
 
 endif


reply via email to

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