SCM Repository
| [xemacs] / XEmacs / packages / XEmacs.rules |
Diff of /XEmacs/packages/XEmacs.rules
Parent Directory
|
Revision Log
|
Patch
| revision 1.21, Thu Aug 24 17:13:19 2000 UTC | revision 1.22, Sat Oct 21 15:32:50 2000 UTC | |
|---|---|---|
| # | Line 34 | Line 34 |
| 34 | # Ensure vanilla locale when building | # Ensure vanilla locale when building |
| 35 | override LANG := C | override LANG := C |
| 36 | ||
| # APA: XEmacs native NT currently (2000-06-23) has shortcomings we | ||
| # need to temporarily work around. | ||
| XEMACS_NATIVE_NT = \ | ||
| $(shell $(XEMACS) $(VANILLA) -batch \ | ||
| -eval "(princ (eq system-type 'windows-nt))") | ||
| 37 | # Only in rare cases will you need to override this | # Only in rare cases will you need to override this |
| 38 | ifeq ($(AUTOLOAD_PATH),) | ifeq ($(AUTOLOAD_PATH),) |
| 39 | AUTOLOAD_PATH = . | AUTOLOAD_PATH = . |
| # | Line 125 | Line 119 |
| 119 | # APA: Convert UNIX-path (containing output of `pwd') to windows-path, | # APA: Convert UNIX-path (containing output of `pwd') to windows-path, |
| 120 | # so that XEmacs native NT can handle it. | # so that XEmacs native NT can handle it. |
| 121 | PKG_TAR_GZ = "$(shell cygpath --windows $(pkg_tar)).gz" | PKG_TAR_GZ = "$(shell cygpath --windows $(pkg_tar)).gz" |
| 122 | PACKAGE_INFO = "$(shell cygpath --windows $(STAGING)/package-index)" | PACKAGE_INFO = "$(shell cygpath --windows $(STAGING)/$(PACKAGE_INDEX))" |
| 123 | else | else |
| 124 | PKG_TAR_GZ = $(pkg_tar).gz | PKG_TAR_GZ = $(pkg_tar).gz |
| 125 | PACKAGE_INFO = $(STAGING)/package-index | PACKAGE_INFO = $(STAGING)/$(PACKAGE_INDEX) |
| 126 | endif | endif |
| 127 | ||
| 128 | # Make the $(pkg_tar).gz first, then the $(pkg_tar).bz2 | # Make the $(pkg_tar).gz first, then the $(pkg_tar).bz2 |
|
||||||||
| root@alioth.debian.org | ViewVC Help |
| Powered by ViewVC 1.0.0 |

