Browse Source

removed obsolete stuff

testing
Alejandro Mery 15 years ago
parent
commit
6ebcc1fc9c
8 changed files with 0 additions and 25 deletions
  1. +0
    -2
      list.sh
  2. +0
    -1
      root/.gitignore
  3. +0
    -1
      root/amery/.gitignore
  4. +0
    -17
      root/amery/Makefile
  5. +0
    -1
      root/karasz/.gitignore
  6. +0
    -1
      root/karasz/Makefile
  7. +0
    -1
      root/morfoh/.gitignore
  8. +0
    -1
      root/morfoh/Makefile

+ 0
- 2
list.sh

@ -1,2 +0,0 @@
#!/bin/sh
exec find root -name '*.zone.in' -type f

+ 0
- 1
root/.gitignore

@ -1,2 +1 @@
data.cdb
preprocessor.sed

+ 0
- 1
root/amery/.gitignore

@ -1 +0,0 @@
*.zone

+ 0
- 17
root/amery/Makefile

@ -1,17 +0,0 @@
ZONES=$(basename $(wildcard *.zone.in))
.PHONY: all clean
all: $(ZONES)
clean:
@rm -f $(ZONES)
../preprocessor.sed: ../preprocessor.sh $(wildcard ../*.in) ../servers.txt
@$^ > $@
%.zone: %.zone.in ../preprocessor.sed
@echo " [$*] $@.in -> $@"
@sed -f ../preprocessor.sed \
-e 's,@@DOMAIN@@,$*,g' \
$@.in > $@

+ 0
- 1
root/karasz/.gitignore

@ -1 +0,0 @@
*.zone

+ 0
- 1
root/karasz/Makefile

@ -1 +0,0 @@
../amery/Makefile

+ 0
- 1
root/morfoh/.gitignore

@ -1 +0,0 @@
*.zone

+ 0
- 1
root/morfoh/Makefile

@ -1 +0,0 @@
../amery/Makefile

Loading…
Cancel
Save