Commit 987156af authored by Andrey Filippov's avatar Andrey Filippov

uncommented final copying files

parent d5808cc1
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
# #
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see <http://www.gnu.org/licenses/>.
# #
# Additional permission under GNU GPL version 3 section 7: # Additional permission under GNU GPL version 3 section 7:
# If you modify this Program, or any covered work, by linking or combining it # If you modify this Program, or any covered work, by linking or combining it
# with Eclipse or Eclipse plugins (or a modified version of those libraries), # with Eclipse or Eclipse plugins (or a modified version of those libraries),
...@@ -33,7 +33,7 @@ INITIAL_DIRECTORY=`pwd` ...@@ -33,7 +33,7 @@ INITIAL_DIRECTORY=`pwd`
if [ ! -f "$PATCH_FILE" ]; then if [ ! -f "$PATCH_FILE" ]; then
echo "Patch file $INITIAL_DIRECTORY/$PATCH_FILE is not found" echo "Patch file $INITIAL_DIRECTORY/$PATCH_FILE is not found"
exit 1 exit 1
fi fi
if [ ! -d "$TMPDIR" ]; then if [ ! -d "$TMPDIR" ]; then
mkdir "$TMPDIR" mkdir "$TMPDIR"
fi fi
...@@ -44,7 +44,7 @@ cp -v "$PATCH_FILE" "$TMPDIR" ...@@ -44,7 +44,7 @@ cp -v "$PATCH_FILE" "$TMPDIR"
cd "$TMPDIR" cd "$TMPDIR"
if [ ! -d "$GITREPO" ]; then if [ ! -d "$GITREPO" ]; then
git clone "$GITURL" git clone "$GITURL"
fi fi
mkdir -p vdt-veditor/src/com/elphel/vdt/core/launching mkdir -p vdt-veditor/src/com/elphel/vdt/core/launching
#Different structure of the files generated by JavaCC, manual copying #Different structure of the files generated by JavaCC, manual copying
mkdir -p vdt-veditor/_generated/com/elphel/vdt/veditor/parser/verilog mkdir -p vdt-veditor/_generated/com/elphel/vdt/veditor/parser/verilog
...@@ -74,7 +74,7 @@ find vdt-veditor -name ".svn" -exec rm -rf {} \; ...@@ -74,7 +74,7 @@ find vdt-veditor -name ".svn" -exec rm -rf {} \;
patch -p0 < "$PATCH_FILE" patch -p0 < "$PATCH_FILE"
# cp -v -r vdt-veditor/* "$INITIAL_DIRECTORY" cp -v -r vdt-veditor/* "$INITIAL_DIRECTORY"
cd "$INITIAL_DIRECTORY" cd "$INITIAL_DIRECTORY"
pwd pwd
exit 0 exit 0
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment