That's exactly right, I should combine all four steps into something like $ ./bootstrap --rebuild-makefiles
Though. -Ben > On Mar 29, 2014, at 10:41 PM, "Giorgio Bornia" <[email protected]> > wrote: > > Dear all, > I wanted to add a couple of files to libmesh (for another mesh format). > After a while I found a workflow for compiling and linking, > but I was wondering if there is some shorter way > (like some script that I am not aware of). > > My workflow is: > > cd include/; ./rebuild_include_HEADERS.sh > cd libmesh/; ./rebuild_makefile.sh > cd ../.. > cd src/; ./rebuild_libmesh_SOURCES.sh > cd .. > ./bootstrap > ./configure --with-my-preferred-options > make > make install > > > Was there any other/better/faster/more appropriate way? > > Thanks a lot, > Giorgio > > > -- > Giorgio Bornia, Ph.D. > Assistant Professor > Texas Tech University > Department of Mathematics and Statistics > 79409-1042 Lubbock, TX > phone: +1 806.834.8754 > fax: +1 806.742.1112 > website: http://www.math.ttu.edu/~gbornia > ------------------------------------------------------------------------------ > _______________________________________________ > Libmesh-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/libmesh-users ------------------------------------------------------------------------------ _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
