Radix cross Linux

The main Radix cross Linux repository contains the build scripts of packages, which have the most complete and common functionality for desktop machines

452 Commits   2 Branches   1 Tag
     5         kx # Copyright (C) 1989-1993, 1997-1999, 2002-2003, 2006, 2009-2012 Free Software
     5         kx # Foundation, Inc.
     5         kx 
     5         kx # This program is free software: you can redistribute it and/or modify
     5         kx # it under the terms of the GNU General Public License as published by
     5         kx # the Free Software Foundation, either version 3 of the License, or
     5         kx # (at your option) any later version.
     5         kx 
     5         kx # This program is distributed in the hope that it will be useful,
     5         kx # but WITHOUT ANY WARRANTY; without even the implied warranty of
     5         kx # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     5         kx # GNU General Public License for more details.
     5         kx 
     5         kx # You should have received a copy of the GNU General Public License
     5         kx # along with this program.  If not, see <http://www.gnu.org/licenses/>.
     5         kx 
     5         kx ## Process this file with automake to produce Makefile.in.
     5         kx 
     5         kx TESTS = \
     5         kx 	asymmetric-hunks \
     5         kx 	backup-prefix-suffix \
     5         kx 	bad-filenames \
     5         kx 	bad-usage \
     5         kx 	concat-git-diff \
     5         kx 	context-format \
     5         kx 	copy-rename \
     5         kx 	corrupt-patch \
     5         kx 	corrupt-reject-files \
     5         kx 	create-delete \
     5         kx 	create-directory \
     5         kx 	criss-cross \
     5         kx 	crlf-handling \
     5         kx 	dangerous-ed-scripts \
     5         kx 	dash-o-append \
     5         kx 	deep-directories \
     5         kx 	empty-files \
     5         kx 	false-match \
     5         kx 	fifo \
     5         kx 	file-create-modes \
     5         kx 	file-modes \
     5         kx 	filename-choice \
     5         kx 	git-binary-diff \
     5         kx 	git-cleanup \
     5         kx 	garbage \
     5         kx 	global-reject-files \
     5         kx 	inname \
     5         kx 	line-numbers \
     5         kx 	merge \
     5         kx 	mangled-numbers-abort \
     5         kx 	mixed-patch-types \
     5         kx 	munged-context-format \
     5         kx 	need-filename \
     5         kx 	no-mode-change-git-diff \
     5         kx 	no-newline-triggers-assert \
     5         kx 	preserve-c-function-names \
     5         kx 	preserve-mode-and-timestamp \
     5         kx 	quoted-filenames \
     5         kx 	read-only-files \
     5         kx 	reject-format \
     5         kx 	remember-backup-files \
     5         kx 	remember-reject-files \
     5         kx 	remove-directories \
     5         kx 	symlinks \
     5         kx 	unmodified-files
     5         kx 
     5         kx XFAIL_TESTS = \
     5         kx 	dash-o-append \
     5         kx 	context-format
     5         kx 
     5         kx EXTRA_DIST = \
     5         kx 	$(TESTS) \
     5         kx 	test-lib.sh
     5         kx 
     5         kx TESTS_ENVIRONMENT = \
     5         kx 	abs_top_builddir=$(abs_top_builddir); \
     5         kx 	export abs_top_builddir;
     5         kx 
     5         kx LOG_COMPILER = \
     5         kx 	$(SHELL)