Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
2.4k views
in Technique[技术] by (71.8m points)

Configure gccemacs and emacs - do I need two local git repos to accomplish this?

Git newb. I find Git amazing, but I don't fully understand it.

I've cloned the GNU Emacs repository locally (git clone https://github.com/emacs-mirror/emacs.git ~/src/emacs)

I see it has two branches - master and feature/native-comp.

I'm trying to build both the master branch (git checkout master && autogen.sh && make)

as well as the native-comp branch (git checkout feature/native-comp && autogen.sh && make)

Does git keep the compiled objects separated via the two branches - or - do I have to clone the emacs source code to two unique directories on my local system?


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神解答

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...