obsolete files removed
This commit is contained in:
parent
cc949526a6
commit
c0bfd5cb70
41
Makeconfig
41
Makeconfig
|
@ -1,41 +0,0 @@
|
||||||
# Makeconfig fragment for glibc ports add-on.
|
|
||||||
|
|
||||||
# These rules make sure that sysdeps/CPU/preconfigure changes are noticed.
|
|
||||||
# preconfigure fragments can be written by hand, or they can be generated
|
|
||||||
# from preconfigure.in by autoconf like sysdeps/.../configure.in files.
|
|
||||||
|
|
||||||
# Figure out the name of this add-on. The ports add-on infrastructure
|
|
||||||
# scripts can be copied into separate add-on packages by any name.
|
|
||||||
ports-sysdeps = $(..)$(Makeconfig-add-on)/sysdeps
|
|
||||||
|
|
||||||
$(common-objpfx)config.status: $(wildcard $(ports-sysdeps)/*/preconfigure)
|
|
||||||
|
|
||||||
ifneq ($(AUTOCONF),no)
|
|
||||||
|
|
||||||
ifeq ($(with-cvs),yes)
|
|
||||||
define autoconf-it-cvs
|
|
||||||
test ! -d CVS || cvs $(CVSOPTS) commit -m'Regenerated: autoconf $(ACFLAGS) $<' $@
|
|
||||||
endef
|
|
||||||
else
|
|
||||||
autoconf-it-cvs =
|
|
||||||
endif
|
|
||||||
|
|
||||||
define autoconf-it
|
|
||||||
@-rm -f $@.new
|
|
||||||
$(AUTOCONF) $(ACFLAGS) $< > $@.new
|
|
||||||
chmod a-w,a+x $@.new
|
|
||||||
mv -f $@.new $@
|
|
||||||
$(autoconf-it-cvs)
|
|
||||||
endef
|
|
||||||
|
|
||||||
$(..)ports/sysdeps/%/preconfigure: $(..)ports/sysdeps/%/preconfigure.in \
|
|
||||||
aclocal.m4
|
|
||||||
$(autoconf-it)
|
|
||||||
|
|
||||||
endif # $(AUTOCONF) = no
|
|
||||||
|
|
||||||
# This allows e.g. `make ports/dist' from a build directory.
|
|
||||||
ifndef subdir
|
|
||||||
ports/%:
|
|
||||||
$(MAKE) $(PARALLELMFLAGS) -C $(@D) $(@F)
|
|
||||||
endif
|
|
|
@ -1,18 +0,0 @@
|
||||||
# This file is generated from configure.in by Autoconf. DO NOT EDIT!
|
|
||||||
|
|
||||||
# The configure fragment in this file provides infrastructure for a glibc
|
|
||||||
# add-on containing one or more glibc ports. Only these few script files
|
|
||||||
# need exist in the top-level source directory of the add-on. The ports
|
|
||||||
# themselves are contained entirely within their new sysdeps/ directories.
|
|
||||||
# This makes it easy to take these few top-level files plus a new port's
|
|
||||||
# additions to the sysdeps tree, and package a small add-on for that port.
|
|
||||||
# The same infrastructure scripts work for any number of such glibc ports
|
|
||||||
# collected together into a single shared add-on package.
|
|
||||||
|
|
||||||
cpu_frags=`(cd $srcdir/$libc_add_on; echo sysdeps/*/preconfigure)`
|
|
||||||
test x"$cpu_frags" = x'sysdeps/*/preconfigure' ||
|
|
||||||
for frag in $cpu_frags; do
|
|
||||||
echo "$as_me:$LINENO: result: ports add-on running preconfigure fragment $frag" >&5
|
|
||||||
echo "${ECHO_T}ports add-on running preconfigure fragment $frag" >&6
|
|
||||||
. $srcdir/$libc_add_on/$frag
|
|
||||||
done
|
|
18
configure.in
18
configure.in
|
@ -1,18 +0,0 @@
|
||||||
dnl glibc add-on configure.in fragment for a ports add-on.
|
|
||||||
GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
|
|
||||||
|
|
||||||
# The configure fragment in this file provides infrastructure for a glibc
|
|
||||||
# add-on containing one or more glibc ports. Only these few script files
|
|
||||||
# need exist in the top-level source directory of the add-on. The ports
|
|
||||||
# themselves are contained entirely within their new sysdeps/ directories.
|
|
||||||
# This makes it easy to take these few top-level files plus a new port's
|
|
||||||
# additions to the sysdeps tree, and package a small add-on for that port.
|
|
||||||
# The same infrastructure scripts work for any number of such glibc ports
|
|
||||||
# collected together into a single shared add-on package.
|
|
||||||
|
|
||||||
cpu_frags=`(cd $srcdir/$libc_add_on; echo sysdeps/*/preconfigure)`
|
|
||||||
test x"$cpu_frags" = x'sysdeps/*/preconfigure' ||
|
|
||||||
for frag in $cpu_frags; do
|
|
||||||
AC_MSG_RESULT(ports add-on running preconfigure fragment $frag)
|
|
||||||
. $srcdir/$libc_add_on/$frag
|
|
||||||
done
|
|
Loading…
Reference in New Issue