summaryrefslogtreecommitdiffstats
path: root/ipxact
diff options
context:
space:
mode:
authorEvan Lojewski <github@meklort.com>2021-06-19 09:29:21 -0600
committerGitHub <noreply@github.com>2021-06-19 09:29:21 -0600
commit7d01dd87e833bc5372aaae6c0eb8bc982ac6a419 (patch)
tree4e0615838684ca95bbe4e4d276f12fb2cfb25f57 /ipxact
parent23590ad82730c9304cc58f5e1a649ab909e1cf28 (diff)
downloadbcm5719-ortega-7d01dd87e833bc5372aaae6c0eb8bc982ac6a419.tar.gz
bcm5719-ortega-7d01dd87e833bc5372aaae6c0eb8bc982ac6a419.zip
build: Update various support files with codacy recommendations. (#227)
Diffstat (limited to 'ipxact')
-rwxr-xr-xipxact/regen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/ipxact/regen.sh b/ipxact/regen.sh
index 28c0c20..cd9fcc0 100755
--- a/ipxact/regen.sh
+++ b/ipxact/regen.sh
@@ -28,11 +28,11 @@ rm bcm5719_BOOTCODE*.cpp
rm bcm5719_RXMBUF*.cpp
rm bcm5719_TXMBUF*.cpp
rm bcm5719_SDBCACHE*.cpp
-mv *.cpp ../simulator/
+mv ./*.cpp ../simulator/
# ${IPXACT} -p ${PROJECT} bcm5719_full.xml bcm5719.s
${IPXACT} -p ${PROJECT} bcm5719_full.xml -t asym bcm5719_sym.s
-mv *.s ../libs/bcm5719/
+mv ./*.s ../libs/bcm5719/
PROJECT=ape
OpenPOWER on IntegriCloud