Changeset 294030f5 in rtems
- Timestamp:
- Jan 26, 2007, 12:11:11 PM (13 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, master
- Children:
- 952a969
- Parents:
- f2a90594
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile.maint
rf2a90594 r294030f5 4 4 5 5 # WARNING: 6 7 # THIS IS EXPERIMENTAL - DO NOT USE (YET) ! 8 6 9 # * This Makefile is only useful to RTEMS maintainers 7 10 # * You must have write access to RTEMS CVS … … 17 20 # 2. Run "make -f Makefile.maint new-minor" 18 21 # (rsp. "make -f Makefile.maint new-major"). 19 # 3. Run "make -f Makefile.maint tag" 20 # 4. Run "make -f Makefine.maint tarball" 22 # 3. Run "make -f Makefile.maint commit" 23 # 4. Run "make -f Makefile.maint tag" 24 # 5. Run "make -f Makefine.maint tarball" 21 25 22 26 # ----------------- 27 # SECURITY: Append a string to tag to avoid accidentially screwing up cvs-tags 28 # For "hot runs" you will want to use "make -f Makefile.maint TEST_TAG= <command>" 23 29 TEST_TAG = -test1 24 30 … … 109 115 VERSION_FILES += testsuites/aclocal/version.m4 110 116 111 .PHONY: new-major new-minor tag 117 commit: 118 cvs -n commit -m "Upgrade to $(rtems_version)" $(VERSION_FILES) \ 119 cpukit/score/include/rtems/system.h 120 121 .PHONY: commit new-major new-minor tag tarball
Note: See TracChangeset
for help on using the changeset viewer.