nmh-workers
[Top] [All Lists]

[Nmh-workers] install buglet

2003-09-15 19:30:21
working from the current top of the CVS tree, "make install"
fails if run twice in a row (for me anyway, on RH9) because
of an existing ln target.

i think this is the fix.  (this patch copy-n-pasted, so the
leading tabs are almost certainly spaces by the time you read it. :-)

paul


Index: nmh/uip/Makefile.in
===================================================================
RCS file: /cvsroot/nmh/nmh/uip/Makefile.in,v
retrieving revision 1.17
diff -u -U7 -r1.17 Makefile.in
--- nmh/uip/Makefile.in 19 Nov 2002 20:37:51 -0000      1.17
+++ nmh/uip/Makefile.in 16 Sep 2003 01:46:50 -0000
@@ -262,14 +262,15 @@
 
 # install links
 install-lcmds:
        rm -f $(bindir)/flists
        rm -f $(bindir)/folders
        rm -f $(bindir)/prev
        rm -f $(bindir)/next
+       rm -f $(libdir)/install-mh
        $(LN) $(bindir)/flist  $(bindir)/flists
        $(LN) $(bindir)/folder $(bindir)/folders
        $(LN) $(bindir)/show   $(bindir)/prev
        $(LN) $(bindir)/show   $(bindir)/next
        $(LN) $(bindir)/install-mh   $(libdir)/install-mh
 
 # install misc support binaries


=---------------------
 paul fox, pgf(_at_)foxharp(_dot_)boston(_dot_)ma(_dot_)us (arlington, ma, 
where it's 64.4 degrees)


_______________________________________________
Nmh-workers mailing list
Nmh-workers(_at_)nongnu(_dot_)org
http://mail.nongnu.org/mailman/listinfo/nmh-workers

<Prev in Thread] Current Thread [Next in Thread>