Commit f6409520 authored by Will Newton's avatar Will Newton Committed by Peter Korsgaard
Browse files

gnuconfig: Remove old checkout of GNU config.

parent 0a064b48
Loading
Loading
Loading
Loading

package/gnuconfig/CVS/Entries

deleted100644 → 0
+0 −14
Original line number Diff line number Diff line
D/doc////
D/lib////
D/m4////
D/patches////
D/po////
D/scripts////
D/src////
D/tests////
D/testsuite////
/Makefile/1.6/Mon Sep 26 07:33:33 2005//
/ChangeLog/1.387/Thu Sep 20 16:47:12 2007//
/config.guess/1.368/Thu Sep 20 16:47:12 2007//
/config.sub/1.356/Thu Sep 20 16:47:05 2007//
/uname/1.5/Tue Aug 21 18:37:34 2007//

package/gnuconfig/CVS/Repository

deleted100644 → 0
+0 −1
Original line number Diff line number Diff line
config

package/gnuconfig/CVS/Root

deleted100644 → 0
+0 −1
Original line number Diff line number Diff line
:pserver:anonymous@cvs.savannah.gnu.org:/cvsroot/config

package/gnuconfig/ChangeLog

deleted100644 → 0
+0 −1996

File deleted.

Preview size limit exceeded, changes collapsed.

package/gnuconfig/Makefile

deleted100644 → 0
+0 −15
Original line number Diff line number Diff line
UPLOAD=ftp://ftp-upload.gnu.org/incoming/ftp/

all:
	@echo "Type 'make upload' to upload to the GNU FTP server."

upload:
	gpg --detach-sign config.guess
	gpg --detach-sign config.sub
	echo "directory: config" | gpg --clearsign > config.guess.directive.asc
	cp config.guess.directive.asc config.sub.directive.asc
	ftp -a -u $(UPLOAD) config.{guess,sub}{,.sig,.directive.asc}
	rm config.{guess,sub}{.sig,.directive.asc}

check:
	cd testsuite && (sh config-sub.sh; sh config-guess.sh) && rm uname
Loading