unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Fix for Windows CVS build: lisp/url dir no longer exist
@ 2004-08-25  8:39 Peter 'Luna' Runestig
  2004-08-25  9:23 ` Peter 'Luna' Runestig
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Peter 'Luna' Runestig @ 2004-08-25  8:39 UTC (permalink / raw)


diff -u emacs-20040825.orig\lisp/makefile.w32-in emacs-20040825\lisp/makefile.w32-in
--- emacs-20040825.orig\lisp/makefile.w32-in	2004-08-25 09:19:32.000000000 +0200
+++ emacs-20040825\lisp/makefile.w32-in	2004-08-25 10:12:11.000000000 +0200
@@ -161,8 +161,7 @@
 	progmodes \
 	term \
 	textmodes \
-	toolbar \
-	url
+	toolbar

 doit:


-- 
Peter 'Luna' Runestig (fd. Altberg), Sweden <peter@runestig.com>
PGP Key ID: 0xD07BBE13
Fingerprint: 7B5C 1F48 2997 C061 DE4B  42EA CB99 A35C D07B BE13
AOL Instant Messenger Screen name: PRunestig
Yahoo! Messenger profile name: altberg

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Fix for Windows CVS build: lisp/url dir no longer exist
  2004-08-25  8:39 Fix for Windows CVS build: lisp/url dir no longer exist Peter 'Luna' Runestig
@ 2004-08-25  9:23 ` Peter 'Luna' Runestig
  2004-08-25  9:56 ` Miles Bader
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Peter 'Luna' Runestig @ 2004-08-25  9:23 UTC (permalink / raw)


*blush* My silly misstake of course, I've messed up my CVS check out.
Sorry for the noise...

-- 
Peter 'Luna' Runestig (fd. Altberg), Sweden <peter@runestig.com>
PGP Key ID: 0xD07BBE13
Fingerprint: 7B5C 1F48 2997 C061 DE4B  42EA CB99 A35C D07B BE13
AOL Instant Messenger Screen name: PRunestig
Yahoo! Messenger profile name: altberg

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Fix for Windows CVS build: lisp/url dir no longer exist
  2004-08-25  8:39 Fix for Windows CVS build: lisp/url dir no longer exist Peter 'Luna' Runestig
  2004-08-25  9:23 ` Peter 'Luna' Runestig
@ 2004-08-25  9:56 ` Miles Bader
  2004-08-25 10:59 ` Andreas Schwab
  2004-08-25 13:31 ` Stefan Monnier
  3 siblings, 0 replies; 5+ messages in thread
From: Miles Bader @ 2004-08-25  9:56 UTC (permalink / raw)
  Cc: emacs-devel

Um, but the url directory _does_ still exist...

-Miles
-- 
We are all lying in the gutter, but some of us are looking at the stars.
-Oscar Wilde

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Fix for Windows CVS build: lisp/url dir no longer exist
  2004-08-25  8:39 Fix for Windows CVS build: lisp/url dir no longer exist Peter 'Luna' Runestig
  2004-08-25  9:23 ` Peter 'Luna' Runestig
  2004-08-25  9:56 ` Miles Bader
@ 2004-08-25 10:59 ` Andreas Schwab
  2004-08-25 13:31 ` Stefan Monnier
  3 siblings, 0 replies; 5+ messages in thread
From: Andreas Schwab @ 2004-08-25 10:59 UTC (permalink / raw)
  Cc: emacs-devel

"Peter 'Luna' Runestig" <peter@runestig.com> writes:

> diff -u emacs-20040825.orig\lisp/makefile.w32-in emacs-20040825\lisp/makefile.w32-in
> --- emacs-20040825.orig\lisp/makefile.w32-in	2004-08-25 09:19:32.000000000 +0200
> +++ emacs-20040825\lisp/makefile.w32-in	2004-08-25 10:12:11.000000000 +0200
> @@ -161,8 +161,7 @@
>  	progmodes \
>  	term \
>  	textmodes \
> -	toolbar \
> -	url
> +	toolbar
>
>  doit:

Huh?

$ ls emacs/lisp/url
CVS		url-expand.el	  url-imap.el	   url-ns.el
ChangeLog	url-expand.elc	  url-imap.elc	   url-ns.elc
url-about.el	url-file.el	  url-irc.el	   url-parse.el
url-about.elc	url-file.elc	  url-irc.elc	   url-parse.elc
url-auth.el	url-ftp.el	  url-ldap.el	   url-privacy.el
url-auth.elc	url-ftp.elc	  url-ldap.elc	   url-privacy.elc
url-cache.el	url-gw.el	  url-mailto.el    url-proxy.el
url-cache.elc	url-gw.elc	  url-mailto.elc   url-proxy.elc
url-cid.el	url-handlers.el   url-methods.el   url-util.el
url-cid.elc	url-handlers.elc  url-methods.elc  url-util.elc
url-cookie.el	url-history.el	  url-misc.el	   url-vars.el
url-cookie.elc	url-history.elc   url-misc.elc	   url-vars.elc
url-dav.el	url-http.el	  url-news.el	   url.el
url-dav.elc	url-http.elc	  url-news.elc	   url.elc
url-dired.el	url-https.el	  url-nfs.el	   vc-dav.el
url-dired.elc	url-https.elc	  url-nfs.elc	   vc-dav.elc

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux AG, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Fix for Windows CVS build: lisp/url dir no longer exist
  2004-08-25  8:39 Fix for Windows CVS build: lisp/url dir no longer exist Peter 'Luna' Runestig
                   ` (2 preceding siblings ...)
  2004-08-25 10:59 ` Andreas Schwab
@ 2004-08-25 13:31 ` Stefan Monnier
  3 siblings, 0 replies; 5+ messages in thread
From: Stefan Monnier @ 2004-08-25 13:31 UTC (permalink / raw)
  Cc: emacs-devel

> -	toolbar \
> -	url
> +	toolbar

What makes you believe that the URL subdir no longer exists?


        Stefan

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2004-08-25 13:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-25  8:39 Fix for Windows CVS build: lisp/url dir no longer exist Peter 'Luna' Runestig
2004-08-25  9:23 ` Peter 'Luna' Runestig
2004-08-25  9:56 ` Miles Bader
2004-08-25 10:59 ` Andreas Schwab
2004-08-25 13:31 ` Stefan Monnier

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).