From 91f06c38c1dd8fd7c8f71637128faf6dbc9b460e Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Mon, 9 Mar 2020 04:03:18 -0400 Subject: Remove extraneous files from sh sources --- bin/1sh/tests/expansion/Makefile | 112 --------------------------------------- 1 file changed, 112 deletions(-) delete mode 100644 bin/1sh/tests/expansion/Makefile (limited to 'bin/1sh/tests/expansion/Makefile') diff --git a/bin/1sh/tests/expansion/Makefile b/bin/1sh/tests/expansion/Makefile deleted file mode 100644 index a22f0db0..00000000 --- a/bin/1sh/tests/expansion/Makefile +++ /dev/null @@ -1,112 +0,0 @@ -# $FreeBSD: releng/12.1/bin/sh/tests/expansion/Makefile 345117 2019-03-13 21:53:10Z jilles $ - -PACKAGE= tests - -TESTSDIR= ${TESTSBASE}/bin/sh/${.CURDIR:T} - -.PATH: ${.CURDIR:H} -ATF_TESTS_SH= functional_test - -${PACKAGE}FILES+= arith1.0 -${PACKAGE}FILES+= arith2.0 -${PACKAGE}FILES+= arith3.0 -${PACKAGE}FILES+= arith4.0 -${PACKAGE}FILES+= arith5.0 -${PACKAGE}FILES+= arith6.0 -${PACKAGE}FILES+= arith7.0 -${PACKAGE}FILES+= arith8.0 -${PACKAGE}FILES+= arith9.0 -${PACKAGE}FILES+= arith10.0 -${PACKAGE}FILES+= arith11.0 -${PACKAGE}FILES+= arith12.0 -${PACKAGE}FILES+= arith13.0 -${PACKAGE}FILES+= arith14.0 -${PACKAGE}FILES+= arith15.0 -${PACKAGE}FILES+= arith16.0 -${PACKAGE}FILES+= arith17.0 -${PACKAGE}FILES+= assign1.0 -${PACKAGE}FILES+= cmdsubst1.0 -${PACKAGE}FILES+= cmdsubst2.0 -${PACKAGE}FILES+= cmdsubst3.0 -${PACKAGE}FILES+= cmdsubst4.0 -${PACKAGE}FILES+= cmdsubst5.0 -${PACKAGE}FILES+= cmdsubst6.0 -${PACKAGE}FILES+= cmdsubst7.0 -${PACKAGE}FILES+= cmdsubst8.0 -${PACKAGE}FILES+= cmdsubst9.0 -${PACKAGE}FILES+= cmdsubst10.0 -${PACKAGE}FILES+= cmdsubst11.0 -${PACKAGE}FILES+= cmdsubst12.0 -${PACKAGE}FILES+= cmdsubst13.0 -${PACKAGE}FILES+= cmdsubst14.0 -${PACKAGE}FILES+= cmdsubst15.0 -${PACKAGE}FILES+= cmdsubst16.0 -${PACKAGE}FILES+= cmdsubst17.0 -${PACKAGE}FILES+= cmdsubst18.0 -${PACKAGE}FILES+= cmdsubst19.0 -${PACKAGE}FILES+= cmdsubst20.0 -${PACKAGE}FILES+= cmdsubst21.0 -${PACKAGE}FILES+= cmdsubst22.0 -${PACKAGE}FILES+= cmdsubst23.0 -${PACKAGE}FILES+= cmdsubst24.0 -${PACKAGE}FILES+= cmdsubst25.0 -${PACKAGE}FILES+= cmdsubst26.0 -${PACKAGE}FILES+= export1.0 -${PACKAGE}FILES+= export2.0 -${PACKAGE}FILES+= export3.0 -${PACKAGE}FILES+= heredoc1.0 -${PACKAGE}FILES+= heredoc2.0 -${PACKAGE}FILES+= ifs1.0 -${PACKAGE}FILES+= ifs2.0 -${PACKAGE}FILES+= ifs3.0 -${PACKAGE}FILES+= ifs4.0 -${PACKAGE}FILES+= ifs5.0 -${PACKAGE}FILES+= ifs6.0 -${PACKAGE}FILES+= ifs7.0 -${PACKAGE}FILES+= length1.0 -${PACKAGE}FILES+= length2.0 -${PACKAGE}FILES+= length3.0 -${PACKAGE}FILES+= length4.0 -${PACKAGE}FILES+= length5.0 -${PACKAGE}FILES+= length6.0 -${PACKAGE}FILES+= length7.0 -${PACKAGE}FILES+= length8.0 -${PACKAGE}FILES+= local1.0 -${PACKAGE}FILES+= local2.0 -${PACKAGE}FILES+= pathname1.0 -${PACKAGE}FILES+= pathname2.0 -${PACKAGE}FILES+= pathname3.0 -${PACKAGE}FILES+= pathname4.0 -${PACKAGE}FILES+= pathname5.0 -${PACKAGE}FILES+= pathname6.0 -${PACKAGE}FILES+= plus-minus1.0 -${PACKAGE}FILES+= plus-minus2.0 -${PACKAGE}FILES+= plus-minus3.0 -${PACKAGE}FILES+= plus-minus4.0 -${PACKAGE}FILES+= plus-minus5.0 -${PACKAGE}FILES+= plus-minus6.0 -${PACKAGE}FILES+= plus-minus7.0 -${PACKAGE}FILES+= plus-minus8.0 -${PACKAGE}FILES+= plus-minus9.0 -${PACKAGE}FILES+= question1.0 -${PACKAGE}FILES+= question2.0 -${PACKAGE}FILES+= readonly1.0 -${PACKAGE}FILES+= redir1.0 -${PACKAGE}FILES+= set-u1.0 -${PACKAGE}FILES+= set-u2.0 -${PACKAGE}FILES+= set-u3.0 -${PACKAGE}FILES+= tilde1.0 -${PACKAGE}FILES+= tilde2.0 -${PACKAGE}FILES+= trim1.0 -${PACKAGE}FILES+= trim2.0 -${PACKAGE}FILES+= trim3.0 -${PACKAGE}FILES+= trim4.0 -${PACKAGE}FILES+= trim5.0 -${PACKAGE}FILES+= trim6.0 -${PACKAGE}FILES+= trim7.0 -${PACKAGE}FILES+= trim8.0 -${PACKAGE}FILES+= trim9.0 -${PACKAGE}FILES+= trim10.0 -${PACKAGE}FILES+= trim11.0 - -.include -- cgit 1.4.1 ix color pairs once and for all v1June McEnroe 2018-08-05Add chat to index.htmlJune McEnroe 2018-07-25Set client sockets SNDBUF to twice tile sizeJune McEnroe 2018-07-24Revert "Do not set non-blocking on client sockets"June McEnroe 2018-07-24Print time_t with %jd in metaJune McEnroe 2018-07-24Do not set non-blocking on client socketsJune McEnroe 2018-07-24Use EV_SETJune McEnroe 2018-07-24Link with -lcursesJune McEnroe 2018-07-23Fix NaNs in serverMapJune McEnroe 2018-07-22Add libm.so to chroot.tarJune McEnroe 2018-07-22Link with -lmJune McEnroe 2018-07-22Add map to clientJune McEnroe 2018-07-21Refactor readInput for each modeJune McEnroe 2018-07-19Add ARRAY_LEN macroJune McEnroe 2018-07-17Add server map generationJune McEnroe 2018-07-17Tabify sourceJune McEnroe 2018-05-13Fix ncurses color pair numberingJune McEnroe 2018-04-09Use anonymous unionJune McEnroe 2018-04-09Replace #define with enum or const where possibleJune McEnroe 2018-03-31Link against ncursesJune McEnroe 2018-03-05Miscellaneous code cleanupJune McEnroe 2018-03-05Pass message structs by valueJune McEnroe 2018-03-05Use stdio in merge and metaJune McEnroe 2018-03-05Clean up spawn constantsJune McEnroe 2018-03-05Rename Tile timestamps {create,modify,access}TimeJune McEnroe 2018-03-05Pack message type enumsJune McEnroe 2018-03-05Undef COLOR_ constants in torus.hJune McEnroe 2018-03-05Generate tagsJune McEnroe 2017-10-03Simplify Makefile with pattern ruleJune McEnroe 2017-09-27Remove leading blank linesJune McEnroe 2017-09-27Add merge.c to READMEJune McEnroe 2017-09-03Assert client coords are valid after movementJune McEnroe 2017-09-03Relicense AGPLJune McEnroe 2017-09-01Revert "Add client readOnly mode"June McEnroe 2017-09-01Remove clientRemove call from clientCastJune McEnroe 2017-09-01Add client readOnly modeJune McEnroe 2017-08-31Clean up merge toolJune McEnroe 2017-08-31Choose B for tiles with equal modify timesJune McEnroe 2017-08-31Add quick data file merge toolJune McEnroe 2017-08-30Use only foreground color for selecting spawnJune McEnroe 2017-08-29Add four additional spawnsJune McEnroe 2017-08-28Add respawningJune McEnroe 2017-08-26Move license above includesJune McEnroe 2017-08-26Snapshot metadataJune McEnroe 2017-08-26Add meta.c to READMEJune McEnroe 2017-08-26Use MakefileJune McEnroe