|
Last change
on this file was
2,
checked in by jglee, 11 years ago
|
|
first commit
|
-
Property svn:executable set to
*
|
|
File size:
485 bytes
|
| Line | |
|---|
| 1 | AVS Integration Notes |
|---|
| 2 | The original AVS files have .o extension. That does not work well with |
|---|
| 3 | DTA build and release structure. When integrating new files from CFE or |
|---|
| 4 | original AVS source perform following steps: |
|---|
| 5 | - copy new object files in to this directory |
|---|
| 6 | - rename .o files to .pof files, overwriting original files |
|---|
| 7 | - test that AVS is working correctly |
|---|
| 8 | - check in new .pof files |
|---|
| 9 | |
|---|
| 10 | You can use following bash command for bulk renaming: |
|---|
| 11 | for f in *.o; do echo $f `basename $f .o`.pof ; done |
|---|
Note: See
TracBrowser
for help on using the repository browser.