mirror of
https://github.com/Telecominfraproject/oopt-tai-implementations.git
synced 2025-10-29 17:22:39 +00:00
This commit provides the AC400 TAI adapter code. This code was previously open sourced in the Cumulus Network's github organization. This commit moves the code over to the TIP organization. See the README.md file in the tai_ac400 directory for more information.
9 lines
181 B
Bash
Executable File
9 lines
181 B
Bash
Executable File
rm -rf aclocal.m4 autom4te.cache stamp-h1 libtool configure config.* Makefile.in Makefile
|
|
rm -rf config/*
|
|
|
|
for a in src
|
|
do
|
|
rm -rf $a/Makefile 2>&1
|
|
rm -rf $a/Makefile.in 2>&1
|
|
done
|