problems using make update with current

Erik Klavon erik at eriq.org
Wed Dec 4 19:54:16 UTC 2002


Greetings

Had some problems using make update with current cvsuped today. Here
is a patch of my solution. (Looks like a few shell script errors).

diff -ur inn/authprogs/Makefile inn_mod/authprogs/Makefile
--- inn/authprogs/Makefile	Mon Dec  2 19:41:04 2002
+++ inn_mod/authprogs/Makefile	Wed Dec  4 11:32:46 2002
@@ -66,8 +66,8 @@
 
 install: $(INSTALLED) $(KRB5_AUTH)
 	if [ x"$(KRB5_AUTH)" != x ] ; then \
-	    $(LI_XPUB) auth_krb5 $(D)$(PATHAUTHPASSWD)/auth_krb5 \
+	    $(LI_XPUB) auth_krb5 $(D)$(PATHAUTHPASSWD)/auth_krb5 ; \
	fi
 
 $(D)$(PATHAUTHPASSWD)/auth_smb:		auth_smb	; $(LI_XPUB) $? $@
 $(D)$(PATHAUTHPASSWD)/ckpasswd:		ckpasswd	; $(LI_XPUB) $? $@
diff -ur inn/doc/Makefile inn_mod/doc/Makefile
--- inn/doc/Makefile	Tue Dec  3 21:46:50 2002
+++ inn_mod/doc/Makefile	Wed Dec  4 11:32:46 2002
@@ -34,5 +34,5 @@
 	    $(CP_RPUB) $$F $D$(PATHDOC)/$$F ; \
 	done
 	if [ -e $(top)/README.snapshot ] ; then \
-	    $(CP_RPUB) $(top)/README.snapshot $D$(PATHDOC)/README.snapshot \
+	    $(CP_RPUB) $(top)/README.snapshot $D$(PATHDOC)/README.snapshot ; \
 	fi
diff -ur inn/doc/man/Makefile inn_mod/doc/man/Makefile
--- inn/doc/man/Makefile	Mon Dec  2 21:36:12 2002
+++ inn_mod/doc/man/Makefile	Wed Dec  4 11:32:45 2002
@@ -63,4 +63,4 @@
 	done
 	if [ x"$(KRB5_AUTH)" != x ] ; then \
 	    $(COPY) auth_krb5.8 $D$(MAN8)/auth_krb5.8 ; \
-	done
+	fi

-- 
erik         | "It is idle to think that, by means of words, | Maurice
  kl at von     | any real communication can ever pass | Maeterlinck
    eriq.org | from one [human] to another." | Silence


More information about the inn-workers mailing list