We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f679e1 commit 48d95a5Copy full SHA for 48d95a5
flow/util/makeIssue.sh
@@ -95,12 +95,12 @@ tar --use-compress-program=${COMPRESS} \
95
--ignore-failed-read -chf $1_${ISSUE_TAG}.tar.gz \
96
--transform="s|^|$1_${ISSUE_TAG}/|S" \
97
--transform="s|^$1_${ISSUE_TAG}${FLOW_HOME}/|$1_${ISSUE_TAG}/|S" \
98
- $DESIGN_DIR \
+ $DESIGN_DIR/config.mk \
99
$LOG_DIR \
100
$OBJECTS_DIR \
101
$REPORTS_DIR \
102
$RESULTS_DIR \
103
- $PLATFORM_DIR \
+ $PLATFORM_DIR/config.mk \
104
$SCRIPTS_DIR \
105
$(for f in $ISSUE_CP_FILES; do echo $f; done | sort | uniq)
106
0 commit comments