Skip to content

Commit

Permalink
Remove now unused config/cpu directory
Browse files Browse the repository at this point in the history
  • Loading branch information
jcowgill committed Jan 15, 2017
1 parent eed8a97 commit 1c86be1
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 213 deletions.
2 changes: 1 addition & 1 deletion config/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# We don't actually build anything in the `cpu' and `os'
# subdirectories.

DIST_SUBDIRS = cpu os sysdeps
DIST_SUBDIRS = os sysdeps

EXTRA_DIST = depcomp
MAINTAINERCLEANFILES = Makefile.in config.guess config.sub \
Expand Down
2 changes: 0 additions & 2 deletions config/cpu/Makefile.am

This file was deleted.

3 changes: 0 additions & 3 deletions config/cpu/generic/Makefile.am

This file was deleted.

39 changes: 0 additions & 39 deletions config/cpu/generic/atomicity.h

This file was deleted.

3 changes: 0 additions & 3 deletions config/cpu/i386/Makefile.am

This file was deleted.

53 changes: 0 additions & 53 deletions config/cpu/i386/atomicity.h

This file was deleted.

3 changes: 0 additions & 3 deletions config/cpu/powerpc/Makefile.am

This file was deleted.

80 changes: 0 additions & 80 deletions config/cpu/powerpc/atomicity.h

This file was deleted.

1 change: 0 additions & 1 deletion config/sysdeps/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ MAINTAINERCLEANFILES = Makefile.in
noinst_HEADERS = \
systemtest.c \
sanitycheck.c \
atomicity.h \
getopt.h \
ipc.h \
mach_port.h \
Expand Down
24 changes: 0 additions & 24 deletions config/sysdeps/atomicity.h

This file was deleted.

4 changes: 0 additions & 4 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -964,10 +964,6 @@ AM_CONDITIONAL(HAVE_ZITA_BRIDGE_DEPS, $HAVE_ZITA_BRIDGE_DEPS)
AC_OUTPUT(
Makefile
config/Makefile
config/cpu/Makefile
config/cpu/generic/Makefile
config/cpu/i386/Makefile
config/cpu/powerpc/Makefile
config/os/Makefile
config/os/generic/Makefile
config/os/gnu-linux/Makefile
Expand Down

0 comments on commit 1c86be1

Please sign in to comment.